| commit | 39a6919a6d46d263d72e9774cdc56e17c34499a7 | [log] [tgz] |
|---|---|---|
| author | Steve Golton <stevegolton@google.com> | Wed Jun 18 14:10:31 2025 +0100 |
| committer | GitHub <noreply@github.com> | Wed Jun 18 14:10:31 2025 +0100 |
| tree | 906e8442692b20a48f1a204be62d94e626da4a35 | |
| parent | d6a61c98a0c2e46a70f93be77b6e8526f503e7c0 [diff] |
Show args on debug track details panel (#1874) - Add a new option to the 'add debug track' menu to select a column to use as the arg set id. - Move the existing 'args' in the details panels (which are really just a printout of the raw columns from the source query), to the left panel and call them 'Raw Columns', and print the real args is present into the right hand panel.
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.