From charlesreid1

(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...")
 
No edit summary
Line 1: Line 1:
=Modules=
==Timeit==
Timeit for timing small snippets of code and getting a statistical measure of its performance
Timeit for timing small snippets of code and getting a statistical measure of its performance


https://docs.python.org/2/library/timeit.html
https://docs.python.org/2/library/timeit.html
=References=
timing and profiling: https://zapier.com/engineering/profiling-python-boss/





Revision as of 05:40, 21 March 2017

Modules

Timeit

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

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


References

timing and profiling: https://zapier.com/engineering/profiling-python-boss/