[roll] Roll fuchsia [metrics][scenic] Adds a binary to analyze specifically graphics metrics

Useful for examining specific trace runs from infra.

Example run:

```
$ fx run_graphics_metrics  $HOME/tmp/foo/04-25-2025_19-06-31_fuchsia.trace.json  $HOME/tmp/foo/out2.fuchsiaperf.json
$ jq -r \
  '["Label", "Test-Suite", "Value", "Unit"], (.[] | [.label, .test_suite, .values[0], .unit]) | @tsv' \
  $HOME/tmp/foo/out2.fuchsiaperf.json | column -t
Label               Test-Suite  Value               Unit
RenderCpuP5         Manual      0.9867073000000001  milliseconds
RenderCpuP25        Manual      1.044023            milliseconds
RenderCpuP50        Manual      1.0817964999999998  milliseconds
RenderCpuP75        Manual      1.12369725          milliseconds
RenderCpuP95        Manual      15.853793750000005  milliseconds
RenderCpuMin        Manual      0.908333            milliseconds
RenderCpuMax        Manual      33.499375           milliseconds
RenderCpuAverage    Manual      2.627292306763285   milliseconds
RenderTotalP5       Manual      4.0638462           milliseconds
RenderTotalP25      Manual      5.30674475          milliseconds
RenderTotalP50      Manual      7.4009115           milliseconds
RenderTotalP75      Manual      20.3377085          milliseconds
RenderTotalP95      Manual      24.368351650000008  milliseconds
RenderTotalMin      Manual      3.313125            milliseconds
RenderTotalMax      Manual      49.200417           milliseconds
RenderTotalAverage  Manual      11.583923586956521  milliseconds
```

Original-Bug: 413800511
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272386
Original-Revision: d083a422ec0d553ef06ac3a5f0b15af838e095bb
GitOrigin-RevId: e81519502653d9583435ddfc6c8dcf3031cef932
Change-Id: Iee88eecdf47bfaef1dcd1dc09e53aad49e73ffd2
1 file changed
tree: 47a8c865f47365bedd5b26a14a9d984a40725e79
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.