Kent Johnson wrote:
The Python profiler is not hard to run. Interpreting the results is
more difficult :-) See the docs to get started:
http://docs.python.org/library/profile.html

Also, it's quite useful to run it as a module:

 python -mcProfile <myfile.py>

You have a certain amount of configurability via
the -s param.

TJG
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to