commit | 7dc76e13a117cf32663d3e6258ec679f5f05213c | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Aug 22 16:57:25 2023 +0200 |
committer | Primiano Tucci <primiano@google.com> | Tue Aug 22 16:57:25 2023 +0200 |
tree | c0e68fa958b149b21f9c1cadf0670c4823cf6355 | |
parent | 9e9addaf01b3748d0bf2182017d10aabfeefc167 [diff] |
Tracing API: Add FlushFlags Give a way to producer to tell what's the reason for the flush. For future-proofing and ease of plumbing the flags are implemented as a uint64 which overlays different sub-fields. Test: updated perfetto_unittests & perfetto_integrationtests Bug: 293429094 Change-Id: I6f8ff60832d8bec8b8b8aa8b7b019ac0b2081748
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.