Skip to content

TwP/heap_hop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

A tool for analyzing and inspecting Ruby heap dump files. Aman Gupta has written about dumping heaps from the ObjectSpace module. Richard Schneeman has a great writeup in two parts covering what's inside a heap dump:

Is it any good?

Yes.

How do I run it?

FIXME

Developing

Clone this repository (or make your own fork) and then run script/bootstrap to install all the necessary dependencies.

> git clone https://github.com/TwP/heap_hop.git
> cd heap_hop
> script/bootstrap

At this point you should be able to run the tests and start adding beautiful new features.

> rake test

If you want to fix a bug or add a new feature, then create your own fork of the project and open a pull request on GitHub.

About

Ruby heap parser and analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published