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

2013-03-19 Thread Jonathan Shore
I just did a new build of mono with llvm of the mono-3.0.7 tar ball. I get the same problem with mono-sgen: $ /opt/mono-3.0/bin/mono-sgen --profile=log:calls,output=profile.log,maxframes=10,calldepth=100 EAOutputEvaluator.exe ... The 'log' profiler wasn't found in the main executable nor

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

2013-03-19 Thread Rodrigo Kumpera
You must set your dynamic library path. This works on OSX: LD_LIBRARY_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib mono --profile=log:calls hello.exe On Tue, Mar 19, 2013 at 9:45 AM, Jonathan Shore jonathan.sh...@gmail.comwrote: I just did a new build of mono with llvm of

[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