ui: Avoid blindly stripping filepath-like prefixes from group names Currently all group names have any leading pathlike names blindly stripped. This is obstensibly to remove filepaths from process names. Moved this logic instead to track decider which is where these names are currently populated. Change-Id: I6e6cc50e9900093c04823cb9bca39df9dc4e5125
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.