[Mono-dev] profiler in master

Duane Wandless duane at wandless.net
Fri Dec 10 07:52:01 EST 2010


I should have been more specific.  mono/mono-sgen both give the same 32 byte
output, which is why I then tried mono-sgen.  mono --profile=log
app.exe, mono --profile=log:alloc,calls,report app.exe... all result in the
same output.

Thanks,
Duane

On Fri, Dec 10, 2010 at 7:38 AM, Rafael Teixeira <monoman at gmail.com> wrote:

> Not that it may relate to your problem, but you are configuring with
> boehm-gc and trying to run mono-sgen? Things don't match.
>
> Have you tried with mono (default)?
>
> mono --profile=log:heapshot app.exe
>
> my half-cent,
>
> Rafael "Monoman" Teixeira
> ---------------------------------------
> "We live in a world operated by science and technology. We have also
> arranged things so that almost no one understands science and
> technology. This is a prescription for disaster. We might get away
> with it for a while, but sooner or later this combustible mixture of
> ignorance and power is going to blow up in our faces."
> -Carl Sagan
>
>
>
> On Fri, Dec 10, 2010 at 10:32 AM, Duane Wandless <duane at wandless.net>
> wrote:
> > I'm trying out the profiler on OSX against trunk.  I'm not getting any
> > useful info.  Do I have to build with special flags?  Is there something
> > else I'm missing.  Thanks,
> > Duane
> >
> > mono --version
> > Mono JIT compiler version 2.9 (master/ed8e4e2 Thu Dec  9 17:03:28 EST
> 2010)
> > Copyright (C) 2002-2010 Novell, Inc and Contributors.
> www.mono-project.com
> > TLS:           normal
> > SIGSEGV:       normal
> > Notification:  Thread + polling
> > Architecture:  x86
> > Disabled:      none
> > Misc:          softdebug
> > LLVM:          supported, not enabled.
> > GC:            Included Boehm (with typed GC)
> >
> > mono-sgen --profile=log:heapshot app.exe
> > The output.mlpd file is always 32 bytes.
> > Mono log profiler data
> >         Profiler version: 0.4
> >         Data version: 4
> >         Mean timer overhead: 70 nanoseconds
> >         Program startup: Fri Dec 10 07:27:38 2010
> >         Program ID: 800
> > JIT summary
> >         Compiled methods: 0
> >         Generated code size: 0
> > GC summary
> >         GC resizes: 0
> >         Max heap size: 0
> >         Object moves: 0
> > Metadata summary
> >         Loaded images: 0
> > Exception summary
> >         Throws: 0
> > Thread summary
> >
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20101210/8d8d3b57/attachment.html 


More information about the Mono-devel-list mailing list