[Mono-dev] Profiler Name

Greg Young gregoryyoung1 at gmail.com
Sat Mar 21 00:26:51 UTC 2015


more specific:

greg at orc ~/src/PrivateI/bridges/mono ±master⚡ » sudo cp
libmono-profiler-privateeye.so /usr/lib/libmono-profiler-privateeye.so
greg at orc ~/src/PrivateI/bridges/mono ±master⚡ » mono
--profile=privateeye ~/src/crap/crap.exe
The 'privateeye' profiler wasn't found in the main executable nor
could it be loaded from 'mono-profiler-privateeye'.

greg at orc ~/src/PrivateI/bridges/mono ±master⚡ » sudo cp
libmono-profiler-privateeye.so /usr/lib/libmono-profiler-bar.so
greg at orc ~/src/PrivateI/bridges/mono ±master⚡ » mono --profile=bar
~/src/crap/crap.exe
thread data not found, creating



On Sat, Mar 21, 2015 at 2:17 AM, Greg Young <gregoryyoung1 at gmail.com> wrote:
> Am I going totally nuts or is there a max length on profiler name of about 8?
>
> Just wasted a lot of time about why it couldn't find my renamed profiler.
>
> Renamed it eventually to foo and the same .so is now found and works.
>
> If so this could probably be worth a doc.
>
> Cheers,
>
> Greg
>
> --
> Studying for the Turing test



-- 
Studying for the Turing test


More information about the Mono-devel-list mailing list