[Python-Dev] Rename time.steady(strict=True) to time.monotonic()?
Steven D'Aprano
steve at pearwood.info
Sat Mar 24 03:26:15 CET 2012
More information about the Python-Dev mailing list
Sat Mar 24 03:26:15 CET 2012
- Previous message: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?
- Next message: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Victor Stinner wrote: >>> - time.clock(): monotonic clock on Windows, CPU time on UNIX >> >> Actually, I think that is not correct. Or at least *was* not correct in >> 2006. >> >> http://bytes.com/topic/python/answers/527849-time-clock-going-backwards > > 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. -- Steven
- Previous message: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?
- Next message: [Python-Dev] Rename time.steady(strict=True) to time.monotonic()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list