| commit | 1ea8b9fec853d7857dcf00ff30a1d22427949fa5 | [log] [tgz] |
|---|---|---|
| author | Steve Golton <stevegolton@google.com> | Thu Jan 25 16:03:37 2024 +0000 |
| committer | Steve Golton <stevegolton@google.com> | Thu Jan 25 17:30:56 2024 +0000 |
| tree | 3c38f52d9cde1ce395324b64cfb0554462c2eefc | |
| parent | a9589839965e50c8698974dc7c37d10390dcfd4e [diff] |
[ui] Make track registry available to core - Move track registry from PluginManager to TrackCache. - Rename TrackCache -> TrackManger. - Initialize TrackManager in globals instead of ViewerPage. - This change allows things in Perfetto core to register tracks. Change-Id: Ia008c2dc3c366d2966d6365ac086a5ed17d561d7
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.