commit | b975e72d1a83e94805509c799edee27220a448d4 | [log] [tgz] |
---|---|---|
author | Haiping Yang <haiping@google.com> | Wed Feb 15 05:18:52 2023 +0000 |
committer | Haiping Yang <haiping@google.com> | Thu Feb 16 22:27:32 2023 +0000 |
tree | 8a1c21e076bd4be8cf0bc5b01aed4150628290b5 | |
parent | 79e69fbb38305609e893a5df231499586eafb010 [diff] |
Fix the bug that included the running time in the duration of launch in runnable state. When we used "R*" to match runnables, not only end_state "R" for runnable and "R+" runnable(Preempted) are matched, it also matched with "Running" for running state Bug: 269225716 Change-Id: Ic17fdfe149bacb531cc6a10b42909ad430f11cea
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.