[Mono-dev] Documentation or pointers for profiling mono/mini?

Vikram vikrama at gmail.com
Wed Mar 1 17:18:15 EST 2006


Hi,

 I'm working on a project which involves profiling mono and generating
information
about the code being run.  For example, I'm trying to see how deep the call
stack is, or inserting code to the method bodies, to generate stats
about the code runs.  This is to be done for the jit alone.

 I've looked through[1], [2], both myself, and through Google's eyes,
but haven't
found much useful information about the layout of the code.  I have the
source code, and am looking through mono/mini/mini.c and other files,
trying to understand the code.

1. http://lists.ximian.com/pipermail/mono-devel-list/
2. http://www.go-mono.com/docs/

 Any pointers or help would be appreciated.

 Thanks,
Vik



More information about the Mono-devel-list mailing list