commit | b0974a7d653c87fe33474d723f58ef6a9306b563 | [log] [tgz] |
---|---|---|
author | Jon Spivack <spivack@google.com> | Wed Apr 27 16:07:10 2022 -0700 |
committer | Jon Spivack <spivack@google.com> | Tue May 03 12:41:41 2022 -0700 |
tree | 1e1a21c4646d0bf98d3120d1da2bcc154ad2917d | |
parent | 8346ef1cf74f4e911ffaadc03927f384ee52be14 [diff] |
Add Android Binder metric This metric tallies the number of Binder transactions per process. It will only work on traces with the binder_driver atrace flag enabled. Bug: 224855483 Test: out/trace_processor_shell --run-metrics android_binder <local trace> Test: tools/diff_test_trace_processor.py --query-metric-filter android_binder out/trace_processor_shell Change-Id: I01e29242fde6d5303f5371f237ada3479de1ae46
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.