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 Mariatta, danielhrisca, docs@python, kh90909, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-13.21:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605303908.23.0.118261058515.issue37205@roundup.psfhosted.org>
In-reply-to
Content
Since I added time.perf_counter_ns() to Python 3.7, it would be acceptable to reduce the "t0" variable and suggest to use time.perf_counter_ns() instead of time.perf_counter() for best precision.
History
Date User Action Args
2020-11-13 21:45:08vstinnersetrecipients: + vstinner, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, Mariatta, danielhrisca, kh90909
2020-11-13 21:45:08vstinnersetmessageid: <1605303908.23.0.118261058515.issue37205@roundup.psfhosted.org>
2020-11-13 21:45:08vstinnerlinkissue37205 messages
2020-11-13 21:45:08vstinnercreate