commit | 4c623124ef4c550575f2c40052a115f12559af2d | [log] [tgz] |
---|---|---|
author | Carlos Caballero <carlscab@google.com> | Thu Nov 21 15:47:32 2024 +0000 |
committer | Carlos Caballero <carlscab@google.com> | Thu Nov 21 15:47:32 2024 +0000 |
tree | 9f4c3930b44508a8165f0f90ee2793486534a0ea | |
parent | 65df182e2b0b9192bd1aa0b9527b0c0acbfe4d61 [diff] |
Add PerfTracker Refactor code to consollidate functionality in a new PerfTracker class. Also adds a new table to be able to track what process is creating a mapping and the time this happens which will be used to determine the memory contents over time (which is required to decode ETM traces) Change-Id: I00c36f421e7affbcdbf79bbcec2b8905a1d01f74
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.