[roll] Roll fuchsia [inspect] track wall-time duration of history

This patch adds a "duration of history" stat
to fuchsia.inspect.Graph.

Component owners can easily track this field
in a metrics gathering system like Cobalt,
and determine if the event capture is sized
appropriately.

Example from Power Broker:
$ ffx inspect show bootstrap/power-broker:root/broker/topology/fuchsia.inspect.Graph/stats
bootstrap/power-broker:
...
    root:
      broker:
        topology:
          fuchsia.inspect.Graph:
            stats:
              event_capacity = 8192
              history_duration_ns = 419310457708

Original-Bug: 365600132
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1145318
Original-Revision: 319c5d2a4122116e7d0cc45bde4e08503c97872d
GitOrigin-RevId: 7a7f5f9f4875de3d46ff8f1d7646808ef928ad56
Change-Id: I18fbe927172a40dbba6912e2ed7d276f87b5a31c
1 file changed
tree: 22a1b6b7213244ddd2eccabc10c86ca30b23a722
  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.