June 2002
Beginner
759 pages
80h 42m
English
timeit
timeit (count,code)
Runs code and reports the time it
took. Always exported. Takes the following arguments:
countThe number of times to run the loop
codeThe code to run, specified as either a code reference or a string