This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 kristjan.jonsson
收信人 anacrolix, belopolsky, brian.curtin, eric.araujo, glenn, kristjan.jonsson, michael.foord, pitrou, vstinner
日期 2011-08-30.11:49:03
SpamBayes Score 0.0052854987
Marked as misclassified
Message-id <1314704944.44.0.617943265663.issue10278@psf.upfronthosting.co.za>
In-reply-to
内容
The problem with QueryPerformanceCounter is that it drifts.  It has high resolution, but can drift far out of sync with GetTickCount64.
The best solutions on windows combine the two, but that's tricky to impolement.

QPC will wrap, but only after a long time.  its 64 bits, and with a frequency of 1GHz, that takes some 600 years.
Of course, with 10GHz we're down to 60 years, but by that time, we will have python 2.8
历史
日期 用户 动作 参数
2011-08-30 11:49:04kristjan.jonsson修改recipients: + kristjan.jonsson, belopolsky, pitrou, vstinner, eric.araujo, michael.foord, brian.curtin, glenn, anacrolix
2011-08-30 11:49:04kristjan.jonsson修改messageid: <1314704944.44.0.617943265663.issue10278@psf.upfronthosting.co.za>
2011-08-30 11:49:03kristjan.jonsson链接issue10278 messages
2011-08-30 11:49:03kristjan.jonsson创建