Перейти к файлу
Jon Trowbridge d293ab81e0 Lots of hacking: file format tweaks, new reports,
better formatting, saner behavior, bug fixes, etc. etc.


svn path=/trunk/heap-buddy/; revision=51500
2005-10-10 05:12:41 +00:00
analyzer Lots of hacking: file format tweaks, new reports, 2005-10-10 05:12:41 +00:00
doc Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
profiler Lots of hacking: file format tweaks, new reports, 2005-10-10 05:12:41 +00:00
test Lots of hacking: file format tweaks, new reports, 2005-10-10 05:12:41 +00:00
AUTHORS Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
ChangeLog Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
Makefile.am Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
NEWS Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
README Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
autogen.sh Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00
configure.in Initial import of the new, improved, all-singing, all-dancing, 2005-10-07 21:02:33 +00:00

README

To use heap-buddy:

(1) Compile heap-buddy.

(2) Install into a prefix that is in your LD_LIBRARY_PATH.

(3) mono --profile=heap-buddy foo.exe           writes the alloc data to ./outfile
    mono --profile=heap-buddy:/foo/bar foo.exe  writes the alloc data to /foo/bar

(4) heap-buddy /path/to/outfile report_name

Otherwise, the only documentation is 'cat analyzer/*.cs'.