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 danielhrisca
Recipients Mariatta, danielhrisca, docs@python, eryksun, kh90909, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-11-14.05:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605332442.62.0.533194639535.issue37205@roundup.psfhosted.org>
In-reply-to
Content
Under the hood perf_counter_ns already uses the two winapi calls (see https://github.com/python/cpython/blob/41761933c1c30bb6003b65eef1ba23a83db4eae4/Python/pytime.c#L970) just that it also sets up a static variable as a time origin which makes it process-wide instead of system-wide
History
Date User Action Args
2020-11-14 05:40:42danielhriscasetrecipients: + danielhrisca, paul.moore, vstinner, tim.golden, docs@python, zach.ware, eryksun, steve.dower, Mariatta, kh90909
2020-11-14 05:40:42danielhriscasetmessageid: <1605332442.62.0.533194639535.issue37205@roundup.psfhosted.org>
2020-11-14 05:40:42danielhriscalinkissue37205 messages
2020-11-14 05:40:42danielhriscacreate