[Mono-list] Profiling web app to find where memory is going

Michal Moskal michal.moskal at gmail.com
Fri Jan 6 13:23:54 EST 2006


On 1/6/06, Joshua Tauberer <tauberer at for.net> wrote:
> Michal Moskal wrote:
> > You can try to use this one:
> >   http://nemerle.org/svn/nemerle/trunk/misc/profiler/
>
> Thanks.  I'm adapting it to get more information out of it, and I think
> I have to make it thread-aware to use it reasonably in a multithreaded
> app like ASP.NET?

Yes. Multithreading was not my concern (I used it for profiling the
Nemerle compiler, and recently for a theorem prover).

Also there are problems when your app calls System.Environment.Exit(),
exit handlers for functions are not executed and you will get junky
results.

Of course feel free to use and modify it.

--
   Michal Moskal,
   http://nemerle.org/~malekith/


More information about the Mono-list mailing list