[Mono-dev] Profiling output

Jacob Ilsø Christensen jacobilsoe at gmail.com
Fri Mar 24 09:48:18 EST 2006


Excellent. That's exactly what I was looking for. Thanks.

/Jacob

On 3/24/06, Paolo Molaro <lupus at ximian.com> wrote:
> On 03/23/06 Jacob Ilsø Christensen wrote:
> > I have been experimenting a bit with monos profiling option. I run
> > mono like this:
> >
> > mono --profile=default:time A.exe
> >
> > This results in the profiling information being printed to stdout. Is
> > there a way to redirect this information to e.g. a file to prevent it
> > from being mixed with the output from the program (A.exe) itself?
>
> I just added the feature to svn, use the file option:
>
>         mono --profile=default:time,file=prof.out A.exe
>
> lupus
>
> --
> -----------------------------------------------------------------
> lupus at debian.org                                     debian/rules
> lupus at ximian.com                             Monkeys do it better
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list