|
Project Information
Members
Featured
Downloads
|
A rudimentary Ruby memory profiler that uses pure in-VM techniques to analyse the object space and attempt to determine memory usage trends.
Note that this uses pure Ruby code and techniques, without patches to the VM. As such it is trivial to install and use, but it doesn't have access to raw memory management/garbage collection data, so is forced to estimate, and it will affect performance noticeably. It has been tested with the following Ruby versions (ruby -v):
This project was inspired by the similar Ruby memory profiler at http://code.google.com/p/ruby-memory-profiler/ , which was apparently released under a BSD (or BSD-style) license; but since no attribution details were included, I haven't copied them here anywhere. |