commit | 22235cb70153fa85ec8b4e195229e6257c47952c | [log] [tgz] |
---|---|---|
author | Andrew Shulaev <ddrone@google.com> | Fri Oct 21 12:20:09 2022 +0100 |
committer | Andrew Shulaev <ddrone@google.com> | Fri Oct 21 12:20:09 2022 +0100 |
tree | 68e0c1d9568fbc5cc8e6d4777a472f454866e2f5 | |
parent | 9e5a5d1bcac27aff225e09f25ce1842ba94d99ad [diff] |
Simple query history The CL implements a simple list of previously entered queries (limited only to queries entered in standalone query page for now). The list is limited to 50 last queries; and it's possible to either re-run them or delete them from history. The queries can be "favorited", which puts them at the beginning of the list in the UI and makes them not to be counted towards 50 queries limit. Screenshot: https://screenshot.googleplex.com/6JeL8Afyj6k2CkG Bug: b/203297197 Change-Id: Ie48f4be9ed66f2618bb044257e78698394d5b638
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.