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

Yury Selivanov report at bugs.python.org
Sat Mar 24 14:56:09 CET 2012


Yury Selivanov <yselivanov at gmail.com> added the comment:

I vote for adding just one function to the 'time' module: monotonic(),
which should exist only if the host OS support it.  

And I don't see the point of having 'steady()' at all.

----------

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


More information about the Python-bugs-list mailing list