App::MoarVM::HeapAnalyzer - MoarVM heap snapshot analysis tool
$ moar-ha file.snapshot
This is a command line application for analyzing MoarVM heap snapshots. First, obtain a heap snapshot file from something running on MoarVM. For example:
$ raku --profile=heap something.raku
Then run this application on the heap snapshot file it produces (the filename will be at the end of the program output).
$ moar-ha heap-snapshot-1473849090.9
Type help
inside the shell to learn about the set of supported commands. You may also find these two posts on the 6guts blog about using the heap analyzer to hunt leaks interesting also.
Jonathan Worthington
Copyright 2016 - 2024 Jonathan Worthington
Copyright 2024 Raku Community
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.