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.