[Mono-dev] Using profiler in mono 3.0.x (is this still a working feature?)

2013-03-18 Thread Jonathan Shore
Hi, I've used mono --profileā€¦ in the past with 2.10.x and did not have problems in being able to run.I was trying to run profiling on an app again, this time with 3.0.x. On both osx and linux, I get: The 'log' profiler wasn't found in the main executable nor could it be loaded from

Re: [Mono-dev] Using profiler in mono 3.0.x (is this still a working feature?)

2013-03-18 Thread Esben Laursen
Den 18-03-2013 20:59, Jonathan Shore skrev: Hi, I've used mono --profile... in the past with 2.10.x and did not have problems in being able to run.I was trying to run profiling on an app again, this time with 3.0.x. On both osx and linux, I get: The 'log' profiler wasn't found in the

Re: [Mono-dev] Using profiler in mono 3.0.x (is this still a working feature?)

2013-03-18 Thread Andres G. Aragoneses
On 18/03/13 22:57, Esben Laursen wrote: Den 18-03-2013 20:59, Jonathan Shore skrev: Hi, I've used mono --profileā€¦ in the past with 2.10.x and did not have problems in being able to run.I was trying to run profiling on an app again, this time with 3.0.x. On both osx and linux, I get: The

Re: [Mono-dev] Using profiler in mono 3.0.x (is this still a working feature?)

2013-03-18 Thread Alan
I believe the GC related profiling options, like allocation tracking or heap-shot, only work with sgen. The performance related options work irrespective of the GC being used. Alan On 18 March 2013 23:17, Andres G. Aragoneses kno...@gmail.com wrote: On 18/03/13 22:57, Esben Laursen wrote: Den