PEP 418: time.perf_counter() is always available

This commit is contained in:
Victor Stinner 2012-04-16 13:58:24 +02:00
parent 93f8b5eb63
commit fbab510ea2
1 changed files with 2 additions and 0 deletions

View File

@ -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():