[Mono-list] profiling mono

Dietmar Maurer dietmar@ximian.com
11 Nov 2002 18:16:51 +0100


On Mon, 2002-11-11 at 17:55, A Rafael D Teixeira wrote:
> I'd rather use the jit to inline code on method entry/exit to update a 
> in-memory profiling stats block that another thread can periodically 
> collect. No need for mapping in that case...

And yes, we already have a profiling API (mono/mono/metadata/profiler*).

- Dietmar