README

NAME

App::MoarVM::HeapAnalyzer - MoarVM heap snapshot analysis tool

SYNOPSIS

$ moar-ha file.snapshot

DESCRIPTION

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.

AUTHOR

Jonathan Worthington

COPYRIGHT AND LICENSE

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.

App::MoarVM::HeapAnalyzer::Model v0.2

MoarVM heap snapshot analysis tool

Authors

    License

    Artistic-2.0

    Dependencies

    Test Dependencies

    Provides

    • App::MoarVM::HeapAnalyzer::Model
    • App::MoarVM::HeapAnalyzer::Shell

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.