-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better monotonic clock for win32 #2178
Labels
Comments
Interesting results:
|
python2 doesn't have
r23001 adds a New data:
So we lost a tiny bit of performance with python3 (not with python2), but we gained precision. The python2 time.clock uses |
oops (caught by the unit tests): r23233 |
We switched to the standard library in 1f270b9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using QueryUnbiasedInterruptTime which requires windows 10, or QueryPerformanceCounter (windows 2000 and later).
The text was updated successfully, but these errors were encountered: