MCPcopy Index your code
hub / github.com/python/cpython / timeit.py

File timeit.py

Lib/timeit.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Tool for measuring execution time of small code snippets.
2
3This module avoids a number of common traps for measuring execution
4times. See also Tim Peters' introduction to the Algorithms chapter in

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
exitMethod · 0.45

Tested by

no test coverage detected