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, eryksun, kh90909, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-14.13:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605361252.62.0.435462346984.issue37205@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 23284 to make time.perf_counter() on Windows and time.monotonic() on macOS system-wide (remove the offset computed at startup). I also suggested the usage of the _ns() variant functions in the documentation.
History
Date User Action Args
2020-11-14 13:40:52vstinnersetrecipients: + vstinner, paul.moore, tim.golden, docs@python, zach.ware, eryksun, steve.dower, Mariatta, danielhrisca, kh90909
2020-11-14 13:40:52vstinnersetmessageid: <1605361252.62.0.435462346984.issue37205@roundup.psfhosted.org>
2020-11-14 13:40:52vstinnerlinkissue37205 messages
2020-11-14 13:40:52vstinnercreate