commit | c53f6a85aac3f41cef230be1fdfc0d3187fec507 | [log] [tgz] |
---|---|---|
author | Chris Phlipot <cphlipot@meta.com> | Wed May 08 14:41:28 2024 -0700 |
committer | Chris Phlipot <cphlipot@meta.com> | Thu May 16 16:32:24 2024 -0700 |
tree | ad7acf61ac7c2862a50d7122401bf874bd625b8f | |
parent | e03af0caee1bf0b7ece55e42e607d738f65f9c7b [diff] |
Add ability to translate process track names Add a new message to the translation table proto that translates process track names which can help deobfuscate strings that appear in process track names. Time to load example example_android_trace_15s trace on M1Pro Mac: before: 1.27-1.31 seconds after: 1.25 -1.33 seconds bug: https://github.com/google/perfetto/issues/778 Change-Id: I1e12b47ecc213056b2367641dd4096750abbb91d
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.