commit | b177a9b77d364faf675687204c9e48b8fd4d813c | [log] [tgz] |
---|---|---|
author | Harkiran Bolaria <hbolaria@google.com> | Wed Dec 21 13:48:57 2022 +0000 |
committer | Harkiran Bolaria <hbolaria@google.com> | Wed Dec 21 13:48:57 2022 +0000 |
tree | 1bcee1b5fad036fd524891ab3dff3eff0a0426cf | |
parent | 1cb29c1d2443c26ce562ad4fac05ed6c365b97dc [diff] |
Fix chrome_tasks table to correctly process toplevel Java events. Our current GLOB checks for "*toplevel*" and "*Java*" need to account for when toplevel events are also Java events; for example, choreographer events are toplevel, so we want to filter then out of the non-embedded Java slice processing and include them in top-level non-embedded Java slice processing. Change-Id: Ia82a92aed3e94d5c472ee340a51182a82316d807
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.