commit | 81d28ee334e94b4c39522678ac43b6034bf1bf15 | [log] [tgz] |
---|---|---|
author | Daniele Di Proietto <ddiproietto@google.com> | Mon Oct 02 17:07:01 2023 +0000 |
committer | Daniele Di Proietto <ddiproietto@google.com> | Wed Oct 04 16:12:49 2023 +0000 |
tree | 971bb6b6b9e242344d40b147d9d77b8ab7a5f1b7 | |
parent | ca65f5ea7a77e8b81c7cbf600ee531f0ae6907a1 [diff] |
heap_graph_tracker: Cache string ids for root types Also, there's no need to manually list the enum string representations, the protozero generator provides a function for that. A future commit is going to do the same for type kinds and it just feels easier to be consistent. Change-Id: Ib098b15fa6c2bf521778a9f0c6c0c5ea4e3a9ec5
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.