commit | 1f2019616d901264ef03812ffdc8297fcf23f60f | [log] [tgz] |
---|---|---|
author | Andrew Shulaev <ddrone@google.com> | Mon Nov 08 09:57:14 2021 +0000 |
committer | Andrew Shulaev <ddrone@google.com> | Mon Nov 08 09:57:14 2021 +0000 |
tree | 6afa894bfe9c2a12ed4bf935b8a91e8dbc546d84 | |
parent | 50d5e0115364615a54b42e3b112f21688ee9f5b3 [diff] |
Parse process labels from proto In order to be able to show tab titles for renderer processes in the UI, process labels have to be made available for the UI to query. This CL adds a column for concatenated labels to the `process` table and modifies the parser to fill it. Bug: 204851423 Change-Id: I34a5421a08a4d479e1804ccdb11edaaa2965da44
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.