commit | eaa6537eaecb9fe244ac51ad2eae626eb6973388 | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Mon May 13 10:19:13 2024 +0000 |
committer | Carlos Caballero <carlscab@google.com> | Mon May 13 10:19:13 2024 +0000 |
tree | a8c902df5be7799420b70ce9debfa78e2aa4d377 | |
parent | 1965a7ce36252f4538533144fae97c57b05ff89c [diff] |
Split PerfDataReader Split PerfDataReader into two classes, one that does buffering and one that does the reading. This way we can later reuse the reading bit in the parser code. Bug: b/334978369 Change-Id: Icb48d2d7c827df65ff1b4e13056f4d823f28fed4
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.