instrumenting Python code

brueckd at tbye.com brueckd at tbye.com
Wed Mar 27 13:32:07 EST 2002


On 27 Mar 2002, Aahz wrote:

> In article <mailman.1017234342.12592.python-list at python.org>,
> Skip Montanaro  <skip at pobox.com> wrote:
> >
> >Or, in 2.2, the new hotshot module, which is a lot more efficient at
> >profiling than the profile module.
>
> Where is hotshot?  I don't see it anywhere.  It's not even on the Vaults
> of Parnassus.

It's a C module new in 2.2 - see Modules/_hotshot.c.

-Dave





More information about the Python-list mailing list