Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

time a function python

Proper answer to timing a loop over a function multiple times
import timeit
timeit.timeit('func_to_time()',globals=globals(),number=1000)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #time #function #python
ADD COMMENT
Topic
Name
8+2 =