mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge from 3.4
This commit is contained in:
commit
c3a7f18100
2 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,8 @@ Command line usage:
|
|||
Options:
|
||||
-n/--number N: how many times to execute 'statement' (default: see below)
|
||||
-r/--repeat N: how many times to repeat the timer (default 3)
|
||||
-s/--setup S: statement to be executed once initially (default 'pass')
|
||||
-s/--setup S: statement to be executed once initially (default 'pass').
|
||||
Execution time of this setup statement is NOT timed.
|
||||
-p/--process: use time.process_time() (default is time.perf_counter())
|
||||
-t/--time: use time.time() (deprecated)
|
||||
-c/--clock: use time.clock() (deprecated)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue