[issue14397] Use GetTickCount/GetTickCount64 instead of QueryPerformanceCounter for monotonic clock

Martin v. Löwis report at bugs.python.org
Sat Mar 24 15:20:17 CET 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

A monotonic clock is not suitable for measuring durations, as it may still jump forward. A steady clock will not.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14397>
_______________________________________


More information about the Python-bugs-list mailing list