[roll] Roll fuchsia [inspect] Modify the stats API to allow updating a snapshot

Since snapshots can now be updated, the initial snapshot can
be taken before doing heavy writes that may take up the entire
VMO. This way, if a `Stats::update` is done after those writes,
the stats reflecting the heavy write period will definitely be there.

Original-Fixed: b/328306901
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017214
Original-Revision: 5f9432b47af5f802f09ea93426382b60526ffa55
GitOrigin-RevId: 5ed06125b125b5b421b9aa555f8315c0c197248a
Change-Id: Ied8d6a3c9b4a7b302e7a86c2eaa2886693abe48b
1 file changed
tree: 76c40117c279bdebff08e5f6888c15edc0669f4a
  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 via the IRC channel #fuchsia on Freenode.

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.