commit | 746663987862bad7a23c0cba5cf0c373433030f6 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Jun 22 23:02:05 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Jun 22 23:02:05 2023 +0100 |
tree | 6e02cbca906689cea119342372a914c9a19b7283 | |
parent | a2cef7ee8d754fa5e2c9542b92b2c934cda63d7d [diff] |
tp: decouple function creation code from CREATE_FUNCTION function This CL moves all the relevant code in CREATE_FUNCTION which actually involves creating a function to the engine instead. This will allow implementation of the CREATE PERFETTO FUNCTION syntax in a followup CL without needing to execute any SQL. Change-Id: Ic684ee2f6363e5e4578c4f94956b3a056b19d202
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.