commit | 1741053bf8dd4559b7b928e3ef27e89ec5700a42 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Jul 02 18:53:58 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Jul 02 18:53:58 2024 +0100 |
tree | 2fa06a6b871ee686bc11960e368e886223e22124 | |
parent | 0430e2cb12c253b82784ce5f085a4f0b950d839d [diff] |
tp: fix subtle issues with nested macro stringification Graph scan macro was failing because stringify was happening too early, account for this by delaying stringification until all variables are resolved except those specified. Change-Id: I7ad6079d6f71ef4facc3efafb7b713cac6971458
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.