commit | 954659845ee8142f829dd4778e645d5368d838b5 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Jan 27 22:41:15 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Thu Jan 27 22:41:15 2022 +0000 |
tree | 67c92c2cfb5de0a263a48f218010c6dce65b5b1b | |
parent | 727e2ce4544bfaee01c9b5077df5613f3dd0c89c [diff] |
tp: support multiple queries being passed to ExecuteQuery This CL adds support for multiple semi-colon delimited queries being passed to ExecuteQuery; all the queries will be run with the final one being iterable using the Iterator. Change-Id: I7c27ae03ac2296e3b557102570c432820cef8b8c Bug: 205575589
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.