[IronPython] profiling ironpython application

Kamil Dworakowski kamil at dworakowski.name
Sat Nov 15 11:36:56 CET 2008


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
>
>



More information about the Ironpython-users mailing list