instrumenting Python code

Skip Montanaro skip at pobox.com
Wed Mar 27 12:55:07 EST 2002


    >> Or, in 2.2, the new hotshot module, which is a lot more efficient at
    >> profiling than the profile module.

    aahz> Where is hotshot?  I don't see it anywhere.  It's not even on the
    aahz> Vaults of Parnassus.

It's part of the standard library in 2.2.  There is a hotshot.py Python
module in Lib and a _hotshot.c extension module in Modules.  The only docs
at this point are Fred's slides from IPC10.  Look here

    http://www.python.org/workshops/2002-02/

for Powerpoint and Postscript versions.

Skip




More information about the Python-list mailing list