[IronPython] Patched, profiling IronPython executable?

Orestis Markou orestis at resolversystems.com
Fri Aug 15 11:25:05 CEST 2008


Hi,

following all the discussion about profiling etc, I was poking around in 
IP1.1.2 source code, trying to find out if there is a 'bottleneck' of 
sorts, that all function calls are threaded through. My thinking was 
that it would be then possible to surround this with profiling 
information, logging time taken etc. and compile a profiling ipy.exe.

 From my venture, I think that ICallable is what I should be looking 
for. I see that it has many implementors, but I guess FastCallable (in 
all its generated glory) should capture a lot of the cases, right?

Am I even on the right track here?

Orestis Markou



More information about the Ironpython-users mailing list