On 1/5/06, Joshua Tauberer <[EMAIL PROTECTED]> wrote: > Miguel de Icaza wrote: > >> The default profiler (--profile=default:alloc) yields just: > >> Total memory allocated: 0 KB > > > > Run with the default profile flags (just --profile), I believe the > > problem is that there is a dependency between the options which is not > > automatically set. > > The default profiler is painfully slow to test with. I could never make > enough requests to it to see what's happening. (I don't know if the > allocation-only mode is supposed to be faster though) It does give the > right type of output.
You can try to use this one: http://nemerle.org/svn/nemerle/trunk/misc/profiler/ (btw, Miguel, could you please update the link at http://www.mono-project.com/Performance_Tips#Other_Mono_profilers as it leads to a now-dead branch). -- Michal Moskal, http://nemerle.org/~malekith/ _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
