commit | 646314997d29c7865e06ba562ca100869e928b08 | [log] [tgz] |
---|---|---|
author | Steve Golton <stevegolton@google.com> | Wed Nov 20 16:54:56 2024 +0000 |
committer | Steve Golton <stevegolton@google.com> | Wed Nov 20 17:48:27 2024 +0000 |
tree | e38eb22fef1d305a0f404c221ffdf26ce3d8a9c2 | |
parent | 189a8de1d4d18bf1d11f32d6cfee84aab323231f [diff] |
ui: Fix flow rendering for pinned tracks & improve canvas performance Flow rendering for pinned tracks was broken (again). This CL fixes this and also makes rendering flows for pinned tracks much more efficient, as we only have to build a map for the pinned tracks instead of all the tracks. Change-Id: I5952ab6af870a9b3af6f1ad7e796a480e8994fed
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.