commit | 3c1d659e780fff5d5ffdfb9bed4f38041bbd05b5 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Mon May 13 10:22:49 2024 +0000 |
committer | Carlos Caballero <carlscab@google.com> | Mon May 13 10:22:49 2024 +0000 |
tree | 466d813c005f911b7d790cc5bc811dfe29e08c1b | |
parent | eaa6537eaecb9fe244ac51ad2eae626eb6973388 [diff] |
New Record class This class represents a minimally parsed perf event record. It contains enough information to be able to send the record to the sorting stage. Bug: b/334978369 Change-Id: I787da629ed690d99f6651647689dd0f5df4c0789
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.