[roll] Roll fuchsia [scenic][performance] per app present metrics processor

This CL adds present metric processor that looks at certain trace
event that start in app and end in VSYNC.

This CL also use the processor in flatland_benchmark.

The flatland_benchmark.py intended to be a little different with
replaced dart version. This test use per app render latency instead
of global latency however the result should be similar because the
test only runs 1 graphic app.

flatland_benchmark.py also produces metrics in name
"fuchsia.app_render_latency" instead of "fuchsia.flatland_latency"
because it is more precise and we can compare old / new metrics.

We will remove the dart version in follow up.

Original-Bug: b/323408867

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1010534
Original-Revision: f00d50c5e8d9f6ec7ebec3ea1926404be30702db
GitOrigin-RevId: 054d97bc5d0790cf0034124fee104adb8b21d490
Change-Id: I719fa83214f66db5b54341b9371d7587be0f5597
1 file changed
tree: ccb95191999aafe54029ada69529088d08bc6a40
  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.