[roll] Roll fuchsia [scenic] Optimize scenic_session_present tracing.

This CL contains optimizations for both "tracing on" and "tracing off"
scenarios.

Tracing on:
In cases where multiple Flatland clients are simultaneously presenting,
this CL combines multiple "instaflow" events into a single duration.
An additional win is to not put redundant args like "frame_number" onto
each flow even, instead only storing them once on the enclosing
duration.

Tracing off:
Many functions contain multiple trace events (flows, durations etc);
these can sum to a non-negligible cost, even when tracing is disabled.
cost.  In such cases we can use `if (TRACE_CATEGORY_ENABLED("gfx"))`
to reduce the cost.

Original-Bug: 469158041
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1524186
Original-Revision: 0a5e5a1e7e6492b35509a3f63d7693741ddc7fce
GitOrigin-RevId: 9a1b7cc69b75825e12c0489c3064fe9ef5f93ce4
Change-Id: I10e7e61620629a167bafc4ed6a1674016b6751f8
1 file changed
tree: 01b0c0b110c54200ba2495bd85cc595b15c78fb9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.