commit | 01407611d73fd2991061555c9089068c4cf6dbbf | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Wed Jan 20 12:53:41 2021 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Wed Jan 20 12:53:41 2021 +0000 |
tree | 0b431fefead166d7526ebd217124ef2b1e1659ea | |
parent | cd648ac8f4ea8895a7aea5ace9f9e3f8f7949f4b [diff] |
tracing: Distinguish between global and per-thread default track Make it possible to use perfetto::Track::Global(0u) to signify the default global track without actually emitting an event on the thread's default track Bug: crbug.com/1006541 Change-Id: I916a0ba025e992a2d91cf8b671fa8e472acb0ee5
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.