commit | 0f5c342b15a7b8b8e238ac60749d5763ddaf13b7 | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Tue Jul 23 20:46:44 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Wed Jul 24 16:45:06 2024 -0700 |
tree | abb59ba090026775c274196c74e9f842cbbf1ee3 | |
parent | 206358741ad6235c9d0096ca641e5b1537b53d55 [diff] |
metrics: Add period_type for Wattson estimation Add period_type to distinguish between the different possible periods that a user may want, in addition to extending support to different time periods Wattson will use in the future. The output format of Wattson power estimates will all be identical, with the only difference coming from the "time window" of the trace. Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*' Bug: 352627297 Change-Id: Ia86af209e5e3c0b5b0965e6ebec8915d2147bcd1 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.