]> granicus.if.org Git - python/commit
A flexible utility to time the execution speed of a code snippet.
authorGuido van Rossum <guido@python.org>
Wed, 5 Mar 2003 23:31:58 +0000 (23:31 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Mar 2003 23:31:58 +0000 (23:31 +0000)
commitb3f09d4331e7d23eeb8166dda0504b56ec4e7edc
treebfd1de65355715986b72876824514c67f244ba40
parent5b7338519507e984778355d1628ec65bfa59bb39
A flexible utility to time the execution speed of a code snippet.
Usable from the command line or from a program.
Lib/timeit.py [new file with mode: 0644]