commit | 591f6e78775ce98d461dd7b99a2307456744da5c | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Tue Jan 31 16:53:57 2023 +0000 |
committer | Hector Dearman <hjd@google.com> | Tue Jan 31 16:58:17 2023 +0000 |
tree | 39e2104cab5cee4100432f1a010ddae7433baee2 | |
parent | 0b5bfe32924316610770784c92cece23060efe16 [diff] |
ui: Remove the controller dispatch() layer The existence of two different globals.ts files: - ui/src/controller/globals.ts - ui/src/frontent/globals.ts is a source of confusion and, now the controller worker is no more, completely unnecessary. We should remove ui/src/controller/globals.ts. The first step for that is to remove the legacy dispatch() method on controllers/globals and instead have controllers invoke the frontent/globals version directly. Change-Id: Iea6083f2834d4284b63c17d40b3a021892eaf707
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.