commit | 2f29738e24250e52f101d0980941bfcccdfa3d41 | [log] [tgz] |
---|---|---|
author | Aaron Vaage <vaage@google.com> | Mon Apr 15 11:42:30 2024 -0700 |
committer | Aaron Vaage <vaage@google.com> | Tue Apr 16 09:22:07 2024 -0700 |
tree | 911faf4be879ccce89d6fb54734c681e2734a23e | |
parent | 83d32500943275eb9522ef688e083c81f06d7785 [diff] |
Trace Redaction - Rename "BuildTimeline" to "CollectTimelineEvents" The "BuildTimeline" primitive was not a build primitive; it was a collect primitive. The "OptimizeTimeline" was a build primitive. This CL changes the collect primitive (BuildTimeline) to better name (CollectTimelineEvents). Change-Id: I4999e7f995b2b0b45e7bc21f6fe329b51a255cb2
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.