Перейти к файлу
Ben Maurer 7d63f7aef5 forgot one
svn path=/trunk/heap-prof/; revision=38831
2005-01-12 21:54:53 +00:00
src forgot one 2005-01-12 21:54:53 +00:00
AUTHORS the heap profiler. yay. 2005-01-10 02:25:13 +00:00
ChangeLog In src/viewer/gui-gtk: 2005-01-12 03:02:53 +00:00
LICENSE the heap profiler. yay. 2005-01-10 02:25:13 +00:00
Makefile.am the heap profiler. yay. 2005-01-10 02:25:13 +00:00
NEWS the heap profiler. yay. 2005-01-10 02:25:13 +00:00
README the heap profiler. yay. 2005-01-10 02:25:13 +00:00
TODO my task list, for a while ;-) 2005-01-10 04:23:10 +00:00
autogen.sh the heap profiler. yay. 2005-01-10 02:25:13 +00:00
configure.in In src/viewer/gui-gtk: 2005-01-12 03:02:53 +00:00
ltmain.sh the heap profiler. yay. 2005-01-10 02:25:13 +00:00
mono.patch the heap profiler. yay. 2005-01-10 02:25:13 +00:00

README

This is the Mono Heap Profiler.

To install, you need to do:

patch < ../heap-prof/mono.patch

in your mono dir.

Then do an autogen/make/make install in here.

Run mono --profile=heap:outfile, then run mono-heap-prof-view
to view it.