diff options
author | Victor Stinner <vstinner@python.org> | 2024-03-14 15:42:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 15:42:41 (GMT) |
commit | 846ad5a26ac0ff988a3fceec8f8e830f68bdf48a (patch) | |
tree | 59187e5155d80521daf817214a4b80bb139c23df /Python/bytecodes.c | |
parent | 415cd06d724762f23b42f1ab36867b8114714684 (diff) | |
download | cpython-846ad5a26ac0ff988a3fceec8f8e830f68bdf48a.zip cpython-846ad5a26ac0ff988a3fceec8f8e830f68bdf48a.tar.gz cpython-846ad5a26ac0ff988a3fceec8f8e830f68bdf48a.tar.bz2 |
gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)
On Windows, time.monotonic() now uses the QueryPerformanceCounter()
clock to have a resolution better than 1 us, instead of the
gGetTickCount64() clock which has a resolution of 15.6 ms.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions