commit | 7e9067b9f61ffa461f464d9ca22219bff3b8826b | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue May 07 12:53:20 2024 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue May 07 12:53:20 2024 +0100 |
tree | 30fa268a55280abaaf404d7cf99038017d98ec25 | |
parent | 16f039d5ac2c7a6aa93c1dfc65af3fd6ece7e571 [diff] |
ui: make sure data fetch bounds are aligned to resolution This CL changes the TimelineFetcher to ensure that the bounds it requests is a multiple of the resolution. If this is not the case, it can led to very subtle rendering artifacts: this is especially bad if the no row is shown when it should be. Change-Id: I01e088d6cd8d886d6b0b8e8a6285d4e0ff53f67f Bug: 338126907
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.