cProfile.py not found.

Rahul nospam at nospam.invalid
Sat Apr 4 19:41:02 EDT 2009


John Machin <sjmachin at lexicon.net> wrote in news:0a8400dc-b14b-4bb9-a608-
7327fe88aff0 at j18g2000prm.googlegroups.com:

> Read the fantastic manual:
> 
> http://docs.python.org/library/profile.html
 [snip]
>       cProfile is recommended for most users; it's a C extension with
> reasonable overhead that makes it suitable for profiling long-running
> programs. Based on lsprof, contributed by Brett Rosen and Ted Czotter.
> 
>       New in version 2.5.
> 

Thanks John; I did read the manual which is why I decided to use cProfile 
as it was "recommended for most users".  I missed the last bit about "New 
in version 2.5." 

-- 
Rahul



More information about the Python-list mailing list