Last active
March 21, 2017 15:46
-
-
Save tux-00/fbd738afff7c812af3e8eda40e2c6f24 to your computer and use it in GitHub Desktop.
Measure execution time of a function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import timeit | |
timeit.timeit(fct, number=10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment