STINNER Victor <victor.stin...@haypocalc.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().
I was not proposing to call, but it was trying to say that under certain circumstances, you may have a better resolution than 15 ms. Python should not limit the resolution if the OS provides a better resolution. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13845> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com