commit | d31780ef41b7ccbc568ead998587edadcb226063 | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Wed Oct 09 14:45:33 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Wed Oct 16 16:05:17 2024 +0000 |
tree | 6236d1a08227cee4148b4fb144ad43c6c235cc2d | |
parent | 2003810ea8fb53860a7ed9c3beb41766184a58c9 [diff] |
stdlib: Move CPU dependence calcs into separate file Move the calculations of CPU curves that are dependent on other CPU's frequencies/states into a separate file. This distinction is made because there is another callflow that is independent of other CPUs, but dependent on other elements. Bug: 370829192 Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*' Change-Id: I926fc4e846f9217d962ad61052bd1b3b362cdee6 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.