instrumenting Python code

Skip Montanaro skip at pobox.com
Wed Mar 27 11:45:00 EST 2002


    Dave> Now, about profiling multithreaded applications. Do you have any
    Dave> suggestions?

Other than looking at Python/ceval.c and Modules/_hotshot.c to see what
needs to be done, no.  A quick peek at the slides from Fred's hotshot talk
at IPC10 suggests that multithreading is either not yet supported or not
well-supported.  Fred probably has a better idea what still needs to be done
if you want to tackle it.

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list