commit | 986289ea7c526241b27f78de37aa16600a6ff9e8 | [log] [tgz] |
---|---|---|
author | Marcin Oczeretko <marcinoc@google.com> | Thu Jul 21 12:35:19 2022 +0100 |
committer | Marcin Oczeretko <marcinoc@google.com> | Thu Jul 21 12:35:19 2022 +0100 |
tree | 4e2d86b510c9701913a0b2fdc1b74284fb2de82a | |
parent | 4ff8baf8c8f1e3dacc83ab9abdf3dbe7ba67eb75 [diff] |
Add ANDROID_JANK_CORRELATE_FRAME_SLICE Adding a couple of functions as wrappers over a helper SQL script used to run queries against traces - it allows matching long slice durations with (missed) frames. This can be used as a heuristic to figure out what contributed to frames missing their expected deadlines. Change-Id: Ib898b211df62951084b12c5e65f020ac253e5bee
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.