commit | 49d67620ac457dcf0c68a9e109ec05eb5651f7dd | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Oct 09 13:58:43 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Oct 09 13:58:43 2023 +0100 |
tree | eafdb0c377e8c5779eabe569a82d704148ec2964 | |
parent | 5eafba6f71bef5a637dfc1ba84f35c41c5144133 [diff] |
tp: implement CREATE PERFETTO MACRO This CL adds support for parsing and executing macros in PerfettoSQL statements. This feature is important so that users can pass tables as arguments which is not currently possible. Bug: 290185551 Change-Id: I7519d85b5aadf602a167a6b45cb9e3a61ae0391a
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.