Skip to content
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

look into switching to time.perf_counter #34

Closed
willkg opened this issue Dec 6, 2018 · 0 comments · Fixed by #41
Closed

look into switching to time.perf_counter #34

willkg opened this issue Dec 6, 2018 · 0 comments · Fixed by #41

Comments

@willkg
Copy link
Owner

willkg commented Dec 6, 2018

Currently Markus uses time.time to measure elapsed time. @peterbe pointed out that it's probably the case we should be using time.perf_counter:

https://docs.python.org/3/library/time.html#time.perf_counter

This issue covers looking into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant