From charlesreid1

Revision as of 05:39, 21 March 2017 by Admin (talk | contribs) (Created page with "Timeit for timing small snippets of code and getting a statistical measure of its performance https://docs.python.org/2/library/timeit.html Category:Timing Category:P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Timeit for timing small snippets of code and getting a statistical measure of its performance

https://docs.python.org/2/library/timeit.html