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

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


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

NtSetTimerResolution is a system-wide change, and may have impact on other running applications.  It may be an option to set it during the execution of profile.run() for example, but I would not enable it just to call time.clock().

----------

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


More information about the Python-bugs-list mailing list