commit | b44ea0a4b906425aa954137ffc8133ea75c4673d | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Mon Aug 05 20:16:54 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Tue Aug 20 15:08:38 2024 -0700 |
tree | 8f03ffe0b64bb566bc52e0cec4b9fc74f268b7ed | |
parent | 63ce251b6738df4d5b0f841f57d3b19d372fef66 [diff] |
stdlib: Add Wattson idle attribution cost Add Perfetto stdlib tables for calculating idle exit costs, for both shallow idle and deep idle, with functionality to attribute that cost to a thread. Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson_thread.*' Bug: 359959887 Change-Id: I9922d3b1549bdb3fae4e956e48525093edd7475e 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.