Skip to content

jnthn/p6-app-moarvm-heapanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoarVM Heap Snapshot Analyzer

This is a command line application for analyzing MoarVM heap snapshots. First, obtain a heap snapshot file from something running on MoarVM. For example:

$ perl6 --profile=heap something.p6

Then run this application on the heap snapshot file it produces (the filename will be at the end of the program output).

zef install App::MoarVM::HeapAnalyzer
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.

About

An analyzer for MoarVM heap snapshots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

  • Other 100.0%