tp: rewrite DbSqliteTable -> DbSqliteModule and remove SqliteTable This CL migrates DbSqliteTable to the new module approach and removes SqliteTable as DbSqliteTable was the final user. This allows removing a ton of legacy code and unblocks future work around caching and use of new SQLite APIs. Change-Id: I85e1c99339dadc5569d85825028ab4cfcbe821e0
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.