commit | ef6f33e5a61de66f12b9a27ff7cf814597769e80 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Tue Apr 25 17:45:27 2023 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Tue Apr 25 17:45:27 2023 +0100 |
tree | d4304957eb9b13b026a59a5ae53ce5270313d392 | |
parent | e616f7bb1839c7e554dbc802fcaa7e84dfb516cd [diff] |
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.