Re: [Mono-dev] Finding the invoked object in a profiler

2010-04-08 Thread Zoltan Varga
Hi, This is unfortunately not supported by the current profiler interface. Zoltan On Mon, Apr 5, 2010 at 9:50 PM, Ruben Vermeersch ru...@savanne.be wrote: Hi everyone, I'm currently writing a tool to track the correct disposal of resources in my application. Am doing this

[Mono-dev] Finding the invoked object in a profiler

2010-04-05 Thread Ruben Vermeersch
Hi everyone, I'm currently writing a tool to track the correct disposal of resources in my application. Am doing this by writing a custom profiler using mono's profiling API. As part of this, I need to track when Dispose is called on an object. So I figured I could hook into the enter/leave