commit | 4a6061c716e4c4dcd4eaab3205a5edaecafb5c41 | [log] [tgz] |
---|---|---|
author | Alexander Timin <altimin@chromium.org> | Fri Jun 02 15:19:26 2023 +0100 |
committer | Alexander Timin <altimin@chromium.org> | Fri Jun 02 15:19:26 2023 +0100 |
tree | 2b18756ca47ce6e4231b693b1a47bf56f10475ee | |
parent | 9949778d2293724450f3104b08fd889de27278f3 [diff] |
Support for recursive SQL functions Currently Perfetto SQL functions can't reference themselves, because we prepare the statement as a part of a function registration, which will fail if the function references itself (and we do not support function re-registration). Change-Id: I52de8cd3c818abd1347fb52f87121971a2e1f698
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.