commit | 548a3460141f0fa61865a433f0a2bf484010dc82 | [log] [tgz] |
---|---|---|
author | Anna Mayzner <mayzner@google.com> | Fri May 03 15:42:14 2024 +0000 |
committer | Anna Mayzner <mayzner@google.com> | Fri May 03 15:42:14 2024 +0000 |
tree | 0ec96eb6155ee7bdf4cb0e1319314ae03aae615f | |
parent | 0618cd50b36961e43ccf6cc1cd8791c45c9f402e [diff] |
tp: Enable DISTINCT in-house DISTINCT in Perfetto This enables support only for single column DISTINCT, the multiple column (e.g `SELECT DISTINCT name, track_id FROM slice`) is still done by sqlite3. Bug: dd Change-Id: Icadcb3a64e498c5bcd77efcb05ebdb88837fb1a6
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.