diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-04-29 02:41:27 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-04-29 02:41:27 +0200 |
commit | d5f225bf1a19028958c3e8a4ce559ffe435721ed (patch) | |
tree | 8414d7646359b20589e26852df3ed292674b913a /Python/getcompiler.c | |
parent | 62aa81c8b57eb32a88bb9065997b2f236c424663 (diff) | |
download | cpython-d5f225bf1a19028958c3e8a4ce559ffe435721ed.tar.gz |
Issue #14428, #14397: Implement the PEP 418
* Rename time.steady() to time.monotonic()
* On Windows, time.monotonic() uses GetTickCount/GetTickCount64() instead of
QueryPerformanceCounter()
* time.monotonic() uses CLOCK_HIGHRES if available
* Add time.get_clock_info(), time.perf_counter() and time.process_time()
functions
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions