commit | e89e0eaca26e3bc0e3c85180375137fb3f0f7797 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Thu Oct 03 00:19:55 2024 +0100 |
committer | Primiano Tucci <primiano@google.com> | Thu Oct 03 00:19:55 2024 +0100 |
tree | 78e1bab0f3d12aae1d1d631c29c070c2d9c87b93 | |
parent | aad5eb5b7b80389c7031ae4f8c75b4d194b8eed6 [diff] |
ui: move engine state from State to EngineBase Read/Failed/Mode don't really belong to the engine "config" rather to the engine itself. Hence move to the Engine object. This makes upcoming TraceController refactorings easier. Also move Engine.ready to AppImpl.isLoadingTrace because it turns out we only set/clear it while loading a trace. Change-Id: Ibb20299163ae079befd237ed374b6de81aeb9e5e
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.