importer: Skip vm_internal roots The perfetto heap graph doesn't consider such roots so we skip them to provide closer flamegraph rendering as a heap graph taken at the same time as a heap dump. Test: tools/diff_test_trace_processor.py out/android/trace_processor_shell --name-filter '.*ArtHprof.*' Change-Id: I90cf286d2ad76b6727ec9aee1d41b43c4cfa07f5
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.