[issue10278] add time.wallclock() method

Kristján Valur Jónsson report at bugs.python.org
Tue Nov 2 05:54:46 CET 2010


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

Well, that is sort of what I'm trying to achieve.  Note that you probably want to use QueryPerformaceCounter on windows (or simply time.clock()) or at least GetTickCount64 which doesn't wrap around after 50 days :).  Also, I'm trying to get the highest resolution possible...

----------

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


More information about the Python-bugs-list mailing list