commit | 5ee75884ac49abf66ff1b606d2cbc1a991d60b5c | [log] [tgz] |
---|---|---|
author | Samuel Wu <wusamuel@google.com> | Thu Jul 11 17:55:12 2024 -0700 |
committer | Samuel Wu <wusamuel@google.com> | Wed Jul 24 16:43:41 2024 -0700 |
tree | a2792e5051166236cb9854cee4b141c4385fbc13 | |
parent | 50d5c555ec41cfdf53f69776a87fc86d4e6d518e [diff] |
metrics: Refactor app_startup to be time_period Refactor instances where structs/files were named "app_startup" to be "time_period", so that these instances can be re-used for other metrics that require time_periods that are unrelated to app_startups. Test: tools/diff_test_trace_processor.py out/linux/trace_processor_shell --name-filter '.*wattson.*' Bug: 352627297 Change-Id: I3cbac9157d2947b236f39b1c5848431b4ba8b74f 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.