PEP 418: time.perf_counter() is always available
This commit is contained in:
parent
93f8b5eb63
commit
fbab510ea2
|
@ -179,6 +179,8 @@ system-wide. The reference point of the returned value is undefined,
|
|||
so that only the difference between the results of consecutive calls
|
||||
is valid and is a number of seconds.
|
||||
|
||||
It is available on all platforms.
|
||||
|
||||
Pseudo-code::
|
||||
|
||||
def perf_counter():
|
||||
|
|
Loading…
Reference in New Issue