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.

Author vstinner
Recipients belopolsky, lemburg, pitrou, tim.peters, vstinner
Date 2013-09-12.20:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379017772.1.0.528643400437.issue19007@psf.upfronthosting.co.za>
In-reply-to
Content
time.time() is sometimes used in performance critical code. Is GetSystemTimePreciseAsFileTime() as fast as GetSystemTimeAsFileTime()?

Linux has the opposite: CLOCK_REALTIME_COARSE. This clock is less accurate but may be faster.
http://lwn.net/Articles/342018/
History
Date User Action Args
2013-09-12 20:29:32vstinnersetrecipients: + vstinner, lemburg, tim.peters, belopolsky, pitrou
2013-09-12 20:29:32vstinnersetmessageid: <1379017772.1.0.528643400437.issue19007@psf.upfronthosting.co.za>
2013-09-12 20:29:32vstinnerlinkissue19007 messages
2013-09-12 20:29:31vstinnercreate