[SciPy-User] Timing optimization of python code...

Pauli Virtanen pav at iki.fi
Fri Feb 18 11:25:21 EST 2011


Fri, 18 Feb 2011 10:18:23 -0600, Anthony Palomba wrote:
> I am trying to optimize the timing of my python source.
> 
> Does scipy have a high resolution timer that would allow me to measure
> latency of functions in order to optimize things?

http://docs.python.org/library/time.html

http://packages.python.org/line_profiler/

http://docs.python.org/library/debug.html





More information about the SciPy-User mailing list