commit | f7927971abe46ae2c65d85f3812f617608e10dca | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Fri May 17 09:19:40 2024 +0000 |
committer | Carlos Caballero <carlscab@google.com> | Fri May 17 09:19:40 2024 +0000 |
tree | c1359a2e44f89dec2ffcad55159fe2e70727dac8 | |
parent | 248136b8e4ecbcbf32c5b8b602e2f8f57c7f64c8 [diff] |
Rename PerfDataParser to RecordParser We are actually parsing records and the class is in the perf_importer namespace (so no need for the Perf prefix) Bug: b/334978369 Change-Id: I04355b1b62991fe8b543e180da2ef50c88443903
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.