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

gh-126745: Fixup Docu time.rst #126744

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 12, 2024

  1. Fixup Docu time.rst

    - On Windows, the .time function now uses GetSystemTimePreciseAsFileTime() [--> 1 microsecond resolution] instead of GetSystemTimeAsFileTime() [--> 15.625 millisecond resolution].
    - On Windows The .monotonic functions now use the same clock as the .perf_counter functions, not vice versa. The .perf_counter functions previously already used QueryPerformanceCounter() + QueryPerformanceFrequency() [--> 1 microsecond resolution], whereas the .monotonic functions used GetTickCount64() [--> 15.625 millisecond resolution].
    dbstf authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f1d7dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e82a9d View commit details
    Browse the repository at this point in the history