commit | 671c628642754fc200a5235ad67307fd2273657b | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Oct 09 00:58:31 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Oct 09 00:58:31 2023 +0100 |
tree | 8ae8b8d007ca72158cc72de61575c218f4327ee2 | |
parent | a0e3185a0d0c647442a9beb14f267074ac34563d [diff] |
tp: create PerfettoSqlPreprocessor PerfettoSqlPreprocessor is currently responsible for tokenizing SQL statements and returning them to the parser. In a followup, it will also be reponsible for expanding macros which is why we bother making it a standalone component. Change-Id: Ib9aede77b8e410c87f085813a4a4bd56237d5fca
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.