commit | 6b615b75cdf8fdba60df6dccb401496db3f3f84a | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@chromium.org> | Mon May 23 14:34:28 2022 +0000 |
committer | Alexander Timin <altimin@chromium.org> | Mon May 23 14:34:28 2022 +0000 |
tree | 5d21fe9c6617678183ba3c1669adcce5bf73456c | |
parent | 60350701a8b0f77464e90f45d917d39a01bb02f0 [diff] |
[ui] Support showing results of the multiple queries Support showing results of multiple queries at the same time to support more complex investigations and metric development. Now if Ctrl/Cmd+Enter is pressed in the omnibox-query mode (as opposed to Enter), the results of the query will be displayed in a separate panel. Also the results of a query from a standalone page will be also displayed in the timeline mode. To distinguish between them, the tab names are renamed from 'Query Result' to 'Omnibox Query', 'Standalone Query' and 'Pinned Query' respectively. R=ddrone@google.com BUG=b/233383594 Change-Id: I01ddd76a052e5f29e2234bfc077d29d0358d2786
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.