[Python-Dev] Rename time.steady(strict=True) to time.monotonic()? (original) (raw)

Victor Stinner victor.stinner at gmail.com
Sat Mar 24 11:45:29 CET 2012


Oh, I was not aware of this issue. Do you suggest to not use QueryPerformanceCounter() on Windows to implement a monotonic clock?

I do not have an opinion on the best way to implement monotonic to guarantee that it actually is monotonic.

I opened an issue: http://bugs.python.org/issue14397

Victor



More information about the Python-Dev mailing list