Приглашаем посетить
Чарская (charskaya.lit-info.ru)

Reference: timeit

PreviousChapter 8
Standard Modules
Next
 

timeit

timeit (count, code)

Runs code and reports the time it took. Always exported. Takes the following arguments:

count

The number of times to run the loop

code

The code to run, specified as either a code reference or a string


PreviousHomeNext
Reference: timediffBook IndexReference: timestr