[issue41303] perf_counter result does not count system sleep time in Mac OS

Rishav Kundu report at bugs.python.org
Thu Aug 6 11:42:42 EDT 2020


Rishav Kundu <rk at rishav.io> added the comment:

[1]: https://docs.python.org/3.8/library/time.html#time.clock_gettime

[2]: https://developer.apple.com/documentation/kernel/1646199-mach_continuous_time effectively uses CLOCK_MONOTONIC_RAW on macOS.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41303>
_______________________________________


More information about the Python-bugs-list mailing list