[Python-Dev] This
Facundo Batista
facundobatista at gmail.com
Fri May 26 17:28:03 CEST 2006
2006/5/25, Raymond Hettinger <rhettinger at ewtllc.com>:
> IIRC, Guido's words were that too much to the smarts in timeit.py were
> in the command-line interface and not in the Timer object were in should
> be.
Just end user experience's two cents here (btw, this line is correct
at English level?)
I found myself a lot of times going to command line to test a
function, just to use timeit.py, because doing that from the
interactive interpreter was more complicated.
Maybe should exist some "quick measure method" like,
>>> import timeit
>>> timeit.no_effort(some_function_defined_before)
Regards,
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the Python-Dev
mailing list