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

Replace time.time() with time.perf_counter() #1777

Merged
merged 1 commit into from
May 15, 2023

Commits on May 15, 2023

  1. Replace time.time() with time.perf_counter()

    time.perf_counter() is guaranteed to use the highest-resolution clock
    available, and is monotonically increasing, neither of which are true
    for time.time().  Thanks @matthiask for the suggestion!
    living180 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a5a3838 View commit details
    Browse the repository at this point in the history