Daniel Hrisca <daniel.hri...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to