New submission from Chathuranga:

easy

Following command is executed in terminal to use timeit module to measure time.

python -m timeit -v -n 3 "time.sleep(1)"

Output of the command:
raw times: 3 3 3
3 loops, best of 3: 1 sec per loop

The interpretation of this output is unclear, and no details available in the 
documentation.
https://docs.python.org/2/library/timeit.html#command-line-interface

----------
assignee: docs@python
components: Documentation
messages: 233570
nosy: docs@python, hachat
priority: normal
severity: normal
status: open
title: timeit CLI best of 3: undocumented output format
type: enhancement
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23183>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to