Tom K. | 4 Jul 15:31

Access to IPython's timeit result


Hi, 
 Looking at timeit in IPython, you get a nice output e.g.

In [14]: timeit x=range(100000)
100 loops, best of 3: 5.75 ms per loop

but what if I want to get access to that 5.75 ms number so I can write a
program to capture these over a list of "N" values and make a plot of time
versus "N"?

 - Tom K.
--

-- 
View this message in context: http://www.nabble.com/Access-to-IPython%27s-timeit-result-tp24334619p24334619.html
Sent from the Scipy-User mailing list archive at Nabble.com.

Gmane