commit | a6fd5e2dea259a884bd98e79e69ae304ebd829fd | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Fri Nov 29 12:08:29 2024 +0000 |
committer | Primiano Tucci <primiano@google.com> | Fri Nov 29 12:08:29 2024 +0000 |
tree | dbfc36af9fbcb3e1232621291b74a661f15342ba | |
parent | a4718cded1b6b2526ffc768c81fc352d14337f7b [diff] |
move config pb <> txt into src/trace_config_utils I'm extracting a library that can deal with txt<>pb conversion for the TraceConfig. I'm planning to expose this in wasm and use it in the Record UI, to get rid of a lot of hacks that try to replicate the same logic in typescript. Bug: 377651301 Change-Id: Ia9771603b8fd875f3fe9417f0d79b27ded58d826
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.