On 1/6/06, Joshua Tauberer <[EMAIL PROTECTED]> 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/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
