commit | ea630545101cdece0e86284796009184cbe07f4d | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Nov 21 19:35:02 2022 +0000 |
committer | Lalit Maganti <lalitm@google.com> | Mon Nov 21 19:35:02 2022 +0000 |
tree | 39fccb4d6c5b2ede8538d6d31102dc5f99fc8227 | |
parent | f5b6c4ed868219aefe172ac2d5bd683814a5f001 [diff] |
tp: extract SQL argument parsing from create function code The concept of sql argument definition is more generic than in create function alone so pull it out into its own utility module. This can be reused by extend table code. Change-Id: Ic782c740f9d4e4a380e9c2f6381a9cfe8e1e8ec0
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.