PEP 418: Add two alternative names for time.perf_counter()
This commit is contained in:
parent
c8d84d52b8
commit
93f8b5eb63
|
@ -416,8 +416,10 @@ time when no monotonic clock was available.
|
|||
Other names for time.perf_counter()
|
||||
-----------------------------------
|
||||
|
||||
* time.hires()
|
||||
* time.high_precision()
|
||||
* time.highres()
|
||||
* time.hires()
|
||||
* time.performance_counter()
|
||||
* time.timer()
|
||||
|
||||
Only expose operating system clocks
|
||||
|
|
Loading…
Reference in New Issue