[Mono-list] Profiling

Miguel de Icaza miguel@ximian.com
Tue, 09 Dec 2003 14:24:30 -0500


Hello,

> I see several mentions of a mono profiler. Is this just mint --profile,
> or is there an interface to it/something that tells you where all the
> objects have been created?

If you are using `mint', you are missing on all the performance.  That
is a very slow interpreter, you should be using `mono', which is our
super-cool, high-performance JIT compiler.

But yes, the profiler is --profile.