Python/Timing: Difference between revisions
From charlesreid1
No edit summary |
|||
| Line 6: | Line 6: | ||
https://docs.python.org/2/library/timeit.html | https://docs.python.org/2/library/timeit.html | ||
=References= | =References= | ||
Revision as of 06:30, 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/