commit | c8dc79415c588bdd633aa4fb9b527e1d6fe30e6e | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Mon Jul 15 10:10:14 2024 +0100 |
committer | Steve Golton <stevegolton@google.com> | Mon Jul 15 09:13:47 2024 +0000 |
tree | 796a39e4bcd28775325985fb0e574222e045060c | |
parent | 59444bc8333588c9e703167ccba8b3fee30f5269 [diff] |
ui: Pass 'TrackDescriptor's to track predicates instead of 'TrackTags' This allows predicates to be much more powerful, as they have much more track information to work with compared to just the tags. Also remove name and groupName from WellKnownTrackTags & converted two plugins to use the new format. Change-Id: I263b7a172fe61fb25291a7d495100a9240b63963
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.