Python/Timing
From charlesreid1
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/