Lluis' BlogBy Lluis Sanchez GualShooting memory- November 13, 2006 Heap-shot is a new memory profiler I've been working on. I used this profiler in the last MonoDevelop release to track down memory leaks, and it turned out to be really useful. So the idea is the following: you start a mono application using the heap-shot profiler like this:> mono --profile=heap-shot myapp.exeThen you start the heap-shot tool by just running:> heap-shot-guiWhen the application is running, click on "Memory snapshot" and select the process you just started. At this point,...http://primates.ximian.com/~lluis/blog/pivot/entry.php?id=56 |