heapprofd: split main() in a seprate target This splits the main() symbol from HeapprofdMain() so the latter can be referred by other executables. This is consistent with what we did with the other daemons. #fixit Bug: 187945217 Change-Id: Iee2f406703d44330bbe57ff0e95550d50b4783a5
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.