14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
|
Utilities
|
||
|
=========
|
||
|
|
||
|
|
||
|
duration
|
||
|
--------
|
||
|
|
||
|
|
||
|
The :mod:`timeit` module lets you measure the execution
|
||
|
time of small bits of Python code
|
||
|
|
||
|
|
||
|
.. literalinclude:: ../src/duration.py
|