commit | 02d7985e22fa657f26df91459f0019bbe2248bee | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@google.com> | Fri Jan 15 16:31:24 2021 +0000 |
committer | Alexander Timin <altimin@google.com> | Fri Jan 15 16:31:24 2021 +0000 |
tree | deae68c50f6e9b0448049e2f6e8d82765bcbccb9 | |
parent | 44ba8e1708abec70b1c85015aae59026fb214c83 [diff] |
TracedValue. Add a class for writing JSON-like structured data traces, composed from primitive types like integers and strings as well as complex types like dicts and arrays. R=primiano@google.com,eseckler@google.com,skyostil@google.com Change-Id: I85b011fb828f60ff570185d51ebf47b7dc074b7a
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.