instrumenting Python code

Steve Holden sholden at holdenweb.com
Wed Mar 27 12:54:50 EST 2002


"Aahz" <aahz at pythoncraft.com> wrote in message
news:a7svvf$btf$1 at panix1.panix.com...
> 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 built in:

PythonWin 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32.
Portions Copyright 1994-2001 Mark Hammond (mhammond at skippinet.com.au) - see
'Help/About PythonWin' for further copyright information.
>>> import hotshot
>>>

regards
 Steve







More information about the Python-list mailing list