commit | 6e0c50cdf2f5f03271982e5b25689697edd7d0da | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Thu Jun 22 18:13:58 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Thu Jun 22 18:13:58 2023 +0100 |
tree | 823306199d71162591e76bf67567fdf7f6118b6a | |
parent | 650175b142eec21e006eca71bb9111df79360139 [diff] |
tp: create perfetto_sql folder and rejig various modules This CL introduces a top level "perfetto_sql" folder to trace processor and moves the prelude, intrinsics, stdlib and engine components into it. Follow up work will rework the documentation to expose this grouping of components to public. Change-Id: I35bea692fc5c95999e3991c9952511edd4bf054b
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.