commit | e1ee55cc30243a4e50d34c639041f4ef0937d599 | [log] [tgz] |
---|---|---|
author | Omar Elmekkawy <mekk@google.com> | Thu Aug 04 13:52:52 2022 +0000 |
committer | Omar Elmekkawy <mekk@google.com> | Thu Aug 04 13:52:52 2022 +0000 |
tree | f6a7adeeb9f08ebcf992eb87b45f785c0db07bf8 | |
parent | 361efbf9aab595e4dfa79ec48f242d9e722393c9 [diff] |
Adding chrome_inputs_per_frame.sql to track input count per frame This metric tracks the number of inputs per frame, as inputs get coalesced if the previous frame processing in the renderer hasn't finished yet, this is a good metric to track scroll jank as the more user input events per frame there is, the jankier the scroll. Bug:239406313 Change-Id: I0d77c8f4f399f9d6767b6d273e08cff9c4c61d51
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.