This is a mirror of official site: http://jasper-net.blogspot.com/

Beautiful Hack: Using Mono's Profiler to find Hard Memory Leaks

| Tuesday, December 7, 2010
Alan McGovern of MonoTorrent, Moonlight and Mono Introspect fame has written a blog post explaining how he used the new Mono Profiling interface to write a custom memory leak detector for Moonlight.

His post is a step-by-step document on how he created a new loadable profiling module that the Mono runtime uses. He then registers for listening to profiling events for the GC roots (MONO_PROFILE_GC_ROOTS) and then tracks the GC handle use

Read more: Miguel de Icaza's web log

Posted via email from .NET Info

0 comments: