commit | eae7c180c3b312677e4d78e80fba4a6f6e52533c | [log] [tgz] |
---|---|---|
author | Ben Miles <benmiles@google.com> | Mon Aug 21 16:00:19 2023 +0100 |
committer | Ben Miles <benmiles@google.com> | Wed Aug 23 17:42:09 2023 +0100 |
tree | dfc2aa74d5e38550856445ed65f8250503de4ac5 | |
parent | 1fff970daebbc464ba4313f64df143b7ec00074e [diff] |
Add perfetto metric for ANRs Change-Id: I158c5d3e11c0183ea3fa24a8edd55864a9fa72e9 Bug: 297193790 Test: tools/diff_test_trace_processor.py
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.