René's URL Explorer Experiment


Title: 26.6. timeit — Measure execution time of small code snippets — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/timeit.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/trace.html
previoushttps://docs.python.org/2/library/hotshot.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
26. Debugging and Profilinghttps://docs.python.org/2/library/debug.html
timeithttps://docs.python.org/2/library/timeit.html#module-timeit
https://docs.python.org/2/library/timeit.html#module-timeit
Lib/timeit.pyhttps://github.com/python/cpython/tree/2.7/Lib/timeit.py
Command-Line Interfacehttps://docs.python.org/2/library/timeit.html#timeit-command-line-interface
callablehttps://docs.python.org/2/library/timeit.html#python-interface
https://docs.python.org/2/library/timeit.html#basic-examples
Command-Line Interfacehttps://docs.python.org/2/library/timeit.html#timeit-command-line-interface
Python Interfacehttps://docs.python.org/2/library/timeit.html#python-interface
timeithttps://docs.python.org/2/library/timeit.html#module-timeit
Exampleshttps://docs.python.org/2/library/timeit.html#timeit-examples
https://docs.python.org/2/library/timeit.html#python-interface
https://docs.python.org/2/library/timeit.html#timeit.timeit
Timerhttps://docs.python.org/2/library/timeit.html#timeit.Timer
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
https://docs.python.org/2/library/timeit.html#timeit.repeat
Timerhttps://docs.python.org/2/library/timeit.html#timeit.Timer
repeat()https://docs.python.org/2/library/timeit.html#timeit.Timer.repeat
https://docs.python.org/2/library/timeit.html#timeit.default_timer
time.clock()https://docs.python.org/2/library/time.html#time.clock
time.time()https://docs.python.org/2/library/time.html#time.time
time.clock()https://docs.python.org/2/library/time.html#time.clock
time.time()https://docs.python.org/2/library/time.html#time.time
default_timer()https://docs.python.org/2/library/timeit.html#timeit.default_timer
https://docs.python.org/2/library/timeit.html#timeit.Timer
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
repeat()https://docs.python.org/2/library/timeit.html#timeit.Timer.repeat
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
garbage collectionhttps://docs.python.org/2/glossary.html#term-garbage-collection
https://docs.python.org/2/library/timeit.html#timeit.Timer.repeat
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
timeit()https://docs.python.org/2/library/timeit.html#timeit.Timer.timeit
min()https://docs.python.org/2/library/functions.html#min
https://docs.python.org/2/library/timeit.html#timeit.Timer.print_exc
sys.stderrhttps://docs.python.org/2/library/sys.html#sys.stderr
https://docs.python.org/2/library/timeit.html#command-line-interface
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-n
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-r
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-s
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-t
time.time()https://docs.python.org/2/library/time.html#time.time
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-c
time.clock()https://docs.python.org/2/library/time.html#time.clock
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-v
https://docs.python.org/2/library/timeit.html#cmdoption-timeit-h
-shttps://docs.python.org/2/library/timeit.html#cmdoption-timeit-s
-nhttps://docs.python.org/2/library/timeit.html#cmdoption-timeit-n
default_timer()https://docs.python.org/2/library/timeit.html#timeit.default_timer
-rhttps://docs.python.org/2/library/timeit.html#cmdoption-timeit-r
time.clock()https://docs.python.org/2/library/time.html#time.clock
Optimizationshttps://docs.python.org/2/using/cmdline.html#using-on-optimizations
https://docs.python.org/2/library/timeit.html#examples
Timerhttps://docs.python.org/2/library/timeit.html#timeit.Timer
hasattr()https://docs.python.org/2/library/functions.html#hasattr
tryhttps://docs.python.org/2/reference/compound_stmts.html#try
excepthttps://docs.python.org/2/reference/compound_stmts.html#except
timeithttps://docs.python.org/2/library/timeit.html#module-timeit
Table of Contentshttps://docs.python.org/2/contents.html
26.6. timeit — Measure execution time of small code snippetshttps://docs.python.org/2/library/timeit.html
26.6.1. Basic Exampleshttps://docs.python.org/2/library/timeit.html#basic-examples
26.6.2. Python Interfacehttps://docs.python.org/2/library/timeit.html#python-interface
26.6.3. Command-Line Interfacehttps://docs.python.org/2/library/timeit.html#command-line-interface
26.6.4. Exampleshttps://docs.python.org/2/library/timeit.html#examples
26.5. hotshot — High performance logging profilerhttps://docs.python.org/2/library/hotshot.html
26.7. trace — Trace or track Python statement executionhttps://docs.python.org/2/library/trace.html
Show Sourcehttps://docs.python.org/2/_sources/library/timeit.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/trace.html
previoushttps://docs.python.org/2/library/hotshot.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
26. Debugging and Profilinghttps://docs.python.org/2/library/debug.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.