UI: rename trace_id -> local_cache_key Too many users get confused when seeing trace_id and think that they can copy-paste and pass the URL to somebody else. This is not the case because traces are not uploaded anywhere. Make the url more obvious. Also gracefully migrate old URLs. Test: manual Change-Id: I93ff8a38359e0da8b01915ec8fecc5599ded7fdd
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.