commit | d88300df55cbe74de32bc3079af00e7f696b00ba | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon May 15 13:54:51 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon May 15 13:54:51 2023 +0100 |
tree | 6dced33229591d9bbe5a95bacf7646cda0aff8c9 | |
parent | 6d3ebebf66d19c917abc580a58b4978719e170a9 [diff] |
tp: refactor function registration to go through SqliteEngine This CL changes all function registration to pass through SqliteEngine rather than using free functions. This allows us to track what functions are being registered. Bug: 261195778 Change-Id: I2964cffee8e1d561ad0bf075978f22413ef29226
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.