Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
This module avoids a number of common traps
for
measuring execution
4
times. See also Tim Peters&
#x27; introduction to the Algorithms chapter in
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
exit
Method · 0.45
Tested by
no test coverage detected