[issue13845] Use GetSystemTimeAsFileTime() to get a resolution of 100 ns on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 24 11:48:57 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

GetSystemTimeAsFileTime() represent durations as multiple of 100ns, unfortunately its value is only updated every 15ms or so.  Precision is not accuracy...

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list