4 Jul 15:28
Access to IPython's timeit result
From: Tom K. <tpk <at> kraussfamily.org>
Subject: Access to IPython's timeit result
Newsgroups: gmane.comp.python.scientific.user
Date: 2009-07-04 13:31:18 GMT
Subject: Access to IPython's timeit result
Newsgroups: gmane.comp.python.scientific.user
Date: 2009-07-04 13:31:18 GMT
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.
RSS Feed