tp: introduces SqliteEngine to broker all interactions with SQLite This CL introduces a new class called "SqliteEngine" which will be responsible for handling all interactions with SQLite. Right now, we just refactor some parts of TraceProcessorImpl into this class; follow up CLs will continue moving code here. Bug: 261195778 Change-Id: Id057757d463ec703bf7057ae8760b77d4870f4f5
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.