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 eryksun
Recipients Mariatta, danielhrisca, docs@python, eryksun, kh90909, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-13.23:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605309441.37.0.518353065875.issue37205@roundup.psfhosted.org>
In-reply-to
Content
> suggest to use time.perf_counter_ns() instead of time.perf_counter() 
> for best precision.

QPC typically has a frequency of 1e7, which requires 24 bits for the fraction of a second. So a system can be up for years before the 53-bit precision of a float is an issue. What am I missing?
History
Date User Action Args
2021-03-21 21:10:58eryksununlinkissue37205 messages
2020-11-13 23:17:21eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, docs@python, zach.ware, steve.dower, Mariatta, danielhrisca, kh90909
2020-11-13 23:17:21eryksunsetmessageid: <1605309441.37.0.518353065875.issue37205@roundup.psfhosted.org>
2020-11-13 23:17:21eryksunlinkissue37205 messages
2020-11-13 23:17:21eryksuncreate