[roll] Roll fuchsia [memory] Remove current summary from Memory Monitor 2's inspect

Per our discussion on the memory mailing-list, remove the current memory
summary from Memory Monitor 2 Inspect output. Computing the current
memory usage is very costly, and very often fails to be produced within
Inspect deadline. Now that buckets are present in MM2's Inspect output,
we have a better way to track memory usage that isn't CPU-intensive.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261284
Original-Revision: 36a7b869bb7b40ae65e982c159c1eb5484fb66cb
GitOrigin-RevId: 75295e1d7645d5688eb000160bc12a2bc5ab2cc1
Change-Id: I375d2440b87b9a79d2724f2473bfd65e8af8416e
1 file changed
tree: a55b1ab4dddd0758fd40821635b80ca6c2cded3b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.