commit | 9f169f343244d74aff790df7f5652823ccf79edc | [log] [tgz] |
---|---|---|
author | lukechang <lukechang@google.com> | Fri Oct 27 02:06:06 2023 +0000 |
committer | lukechang <lukechang@google.com> | Mon Oct 30 11:47:19 2023 +0000 |
tree | 892b2ebdcb74a9afe875582ac58e8ec9bb74ea2f | |
parent | a4760e44dd3f363ec525cae2cd360405039cc0dc [diff] |
[stdlib] Add an dvfs stdlib Add dvfs_counter_stat to show some frequency counters' max, min & weighted avg value and addd dvfs_counter_residency to show counter residency. Test: tools/diff_test_trace_processor.py out/android/trace_processor_shell --name-filter '.*dvfs.*' Change-Id: I6517064b23e98a4b9251690942f6aae5a9466b8e Signed-off-by: lukechang <lukechang@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.