commit | 69c010d2ed42ba2c9e9d257edee393b10f0f097e | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Dec 08 16:46:47 2023 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Fri Dec 08 16:46:47 2023 +0000 |
tree | 78d70dd9774addcac8514d77d2fb01268d4c1ebb | |
parent | 8be1ea6bff2dcdab1c47e0680c1546346588999c [diff] |
ui: fix unnecessary draw cycles on cpu frequency tracks Ensure that we don't unnecessarily draw data which is out of the window frame. This significantly reduces the time taken to draw these tracks. Change-Id: Ib81721a94f9da390222cde14a1e888f2c7560cca
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.