Login
From:
Python documentation
(Uncensored)
subscribe
timeit — Measure execution time of small code snippets — Python 3.13.0 documentation
https://docs.python.org/3/library/timeit.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/timeit.py This module provides a simple way to time small bits of Python code. It has both a Command-Line Interface as well as a callable one. It avoids a number of common traps fo...