imcdonagh opened this issue 7 years ago · 1 comments
Does Servo provide support for heapdumps as well?
Or is there another project that does?
There isn't anything in Servo that will help you analyze heap dumps. For memory tracking and garbage collection debugging Spectator is much better. See the spectator-ext-gc and spectator-ext-jvm sub-projects.
spectator-ext-gc
spectator-ext-jvm