commit | 59e48bc9ec82b76387fc606fa1dc41d166921157 | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Fri Apr 26 16:11:47 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Thu Jun 13 13:19:00 2024 -0700 |
tree | ecb80ad83c029d2a54927c04ac39db72352ad32a | |
parent | 7bcf9fd2e03965ad86f62f8064ad66d5f0670b9b [diff] |
stdlib: Bring .sql to parity with .py Wattson Add calculations and grouping so that there is an estimation for each division of hardware on the CPU subsystem, such as the L3 cache and the different CPU clusters. Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*' Bug: 329507878 Change-Id: I4c99a44c0ea8da58bd31ce3b8158ac456d54c862 Signed-off-by: Samuel Wu <wusamuel@google.com>
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.