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.