commit | 969c7eee821977c95372eab428f8aa54588e91b9 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Mon Jan 08 11:55:13 2024 +0000 |
committer | Steve Golton <stevegolton@google.com> | Mon Jan 08 11:55:13 2024 +0000 |
tree | 134e767814850923955d1e75d003c5d1468c9348 | |
parent | e0920989049d773e142fbd1237777709a4b7ba52 [diff] |
[ui] Add section about tracks to plugin documentation This CL adds documentation describing how to register and manage tracks from a plugin. It purposely avoids going into detail about how to implement custom tracks as this API is unstable and likely to change in the near future. The main focus is on the registration of tracks and how to add them to the timeline. Change-Id: I21cd39f08275167dd8817e9ee40f5dd82f5e91d8
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.