Add memory snapshot processing to Perfetto TP The trace processor parses the proto-encoded memory dump, converts it into the GlobalNodeGraph using GraphProcessor and emits rows into the tables. See crbug.com/1116359 for more details. Bug: 1116359 Change-Id: I95e6af67265f68022ba5b244ca098ae594333b7b
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.