It took me a while to figure out all the pieces involved to do this. I install parallel Mono environments so it's a little more complicated to get up & running. I figured this might be helpful for others:
Setting up the environment: export PATH=/usr/local/mono/<current-version>/bin:$PATH - XSP needs this to find dmcs export LD_LIBRARY_PATH=/usr/local/mono/<current-version>/lib - profiler needs this to find its supporting libraries *substitute your environment's paths as appropriate Profiling: http://www.mono-project.com/Mod_mono (find the "Profiling mod-mono-server" section) How to use the profile output: http://www.mono-project.com/Profiler And good luck to you, Xamarin! -Abe _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
