commit | f6c1662f8536f69d54ae91d75fe2a3c0a8ec3c10 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Tue Sep 03 21:03:14 2024 +0100 |
committer | Primiano Tucci <primiano@google.com> | Tue Sep 03 20:33:04 2024 +0000 |
tree | 6c8f104a8acebd0b44f34d0f0da97db65cd591dc | |
parent | 63a16f09d23ad7174ada8b992bc5443d099345aa [diff] |
ui: move all tabs state into TabManager We ended up in a state where a little bit of state for the current/open tab URIs was living in state. This created a dependency between tabManager and actions/globals which is undesirable and unnecessary. Move all the state in TabManager, without changing its architecture. Change-Id: I3991bde28d77c236808466b6d8b82644cce214cb
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.