commit | f0142e9e41144597996fc4c0bfcacffe97102168 | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@chromium.org> | Wed Feb 22 19:18:18 2023 +0000 |
committer | Alexander Timin <altimin@chromium.org> | Wed Feb 22 19:18:18 2023 +0000 |
tree | 51579e0be3516688e1c5f357888cfda484adacf2 | |
parent | 1d202f2412734f1e782d991618c7c4a7952e8738 [diff] |
[ui] Fix going to CPU 0. aosp/2435414 broke going to sched events on CPU 0 because `if (cpu)` is false for CPU 0. Fix that. Change-Id: Ic73a6a73809ed2b19c6b04e1af1fe0f039f743fb
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.