[IronPython] profiling ironpython application

Severin seob at gmx.ch
Sun Nov 16 08:47:36 CET 2008


Thanks for the answer.
How would you display the times for ALL the methods?

On Sat, Nov 15, 2008 at 11:36 AM, Kamil Dworakowski
<kamil at dworakowski.name>wrote:

> I once tried redgate's profiler, they have a trial version. Along with
> your methods it would also display the times for all the methods in
> IronPython itself (can be filtered out for the most part if I remember
> correctly). Anyway, I prefer pritlining.
>
> On Thu, Nov 13, 2008 at 4:08 PM, Severin <seob at gmx.ch> wrote:
> > Hello,
> >
> > how do I profile a ironpython application? profile in a similar way as
> > 'cProfile' with CPython.
> >
> > my idea was to compile the application and then run it using a .net
> > profiler.
> >
> > is that the way to go? has anyone some experience with this? or any
> > suggestion for a good profiler.
> >
> > thanks
> >
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users at lists.ironpython.com
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> >
> >
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20081116/51ea8d13/attachment.html>


More information about the Ironpython-users mailing list