Перейти к файлу
Ben Maurer 6d2bae635c 2005-01-22 Ben Maurer <bmaurer@ximian.com>
* memstat.c (size_to_units): Casts to double. Duh!


svn path=/trunk/heap-prof/; revision=39354
2005-01-22 17:45:47 +00:00
mime-data In src/viewer/gui-gtk: 2005-01-16 19:05:24 +00:00
src 2005-01-22 Ben Maurer <bmaurer@ximian.com> 2005-01-22 17:45:47 +00:00
AUTHORS the heap profiler. yay. 2005-01-10 02:25:13 +00:00
ChangeLog In src: 2005-01-21 19:58:38 +00:00
LICENSE the heap profiler. yay. 2005-01-10 02:25:13 +00:00
Makefile.am In src/viewer/gui-gtk: 2005-01-16 19:05:24 +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: 2005-01-21 19:58:38 +00:00
ltmain.sh the heap profiler. yay. 2005-01-10 02:25:13 +00:00
mono.patch In src: 2005-01-21 19:58:38 +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.