commit | f9bbfdd34c2748471c60fc6c65b61c9723ec053a | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@chromium.org> | Fri Nov 11 20:17:51 2022 +0000 |
committer | Alexander Timin <altimin@chromium.org> | Fri Nov 11 20:17:51 2022 +0000 |
tree | 4460c809293effcbb7c71950423273d7a52c8b04 | |
parent | 10498394b9f4b302ee5f56a08e41e7ba7016be44 [diff] |
[tp] Additional metatrace improvements - Improve UI / WASM clock sync by using Date.now() instead of performance.timeOrigin as basic offset. - Fix stack overflow when writing query constraints (async track grouping can lead to looooooong constraints) - Make trace_processor_shell metatracing work with -D. R=lalitm@google.com Change-Id: I969d01b9f2c5d9077990bce97d1450749b37d1f3
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.