commit | 44baf5490ae920ec6be760529fdf3ca24c2372ff | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Tue Jun 22 12:11:11 2021 +0100 |
committer | Hector Dearman <hjd@google.com> | Tue Jun 22 12:11:11 2021 +0100 |
tree | 133dcdfed5f74bd9c6fdd107de9eae5c9949b81c | |
parent | 98002fbe931c7339c8f5917a71c64dfe389bf4ce [diff] |
ui: Move trace conversion to dedicated worker Trace conversion currently takes place synchronously on the controller worker. We plan to remove the controller worker and move that code to the main thread however the trace conversion can not be run synchronously on the main thread so we must first move the trace conversion to a dedicated worker. Change-Id: Ic53fee568bf107c4b6bc4f1bf956376702c04648
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.