commit | 71f1dab196655986812be3b356270e6651dc4a76 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Wed Nov 13 11:09:47 2024 +0000 |
committer | Primiano Tucci <primiano@google.com> | Wed Nov 13 11:09:47 2024 +0000 |
tree | 7bd9d067d0da7bc4567d368194e57692a424b0ad | |
parent | 0c7c31a1bf09e11de2c4364e00bcad3ce91e13b3 [diff] |
ui: move all recording code into a plugin This does not improve at all the Recording page, but moves everything in a plugin so that: 1. the technical debt is isolated, and the rest of the ui codebase is less messy. 2. It's easier/safer to make changes to recording without breaking the rest of the UI. Bug: 377651301 Change-Id: Ia025054e326b6ef7b3aa4810ae8b41fb37875d7f
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.