commit | a16efc4f1b3482a93ecc54d50e06bb449da3e2b7 | [log] [tgz] |
---|---|---|
author | Simon MacMullen <simonmacm@google.com> | Tue Feb 28 18:21:05 2023 +0000 |
committer | Simon MacMullen <simonmacm@google.com> | Tue Feb 28 18:24:16 2023 +0000 |
tree | be2ec53946c019a2ae7be5a4d4dd38ff1cab0cc7 | |
parent | cedf168384eccb1f62e66fdea8102983d977182a [diff] |
Fixes to counter_span_view_merged. * Don't require globalness the way global_span_view does. * Rename it to make that clearer. * Use it consistently when assembling android_batt_event. This fixes incorrect appearance of the friendly charging / plug type tracks. We were only taking note of the system properties, not atrace events when building them. Bug: 270696978 Change-Id: I546da24de249d3473d04fb25d45ce0c5a43a07ef
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.