SIGN IN SIGN UP

bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381)

On AIX, time.thread_time() is now implemented with thread_cputime()
which has nanosecond resolution, rather than
clock_gettime(CLOCK_THREAD_CPUTIME_ID) which has a resolution of 10 ms.
B
Batuhan Taskaya committed
45410862321ae509e8753f239b0ea28fdcef5bad
Parent: 62972d9
Committed by GitHub <noreply@github.com> on 5/16/2020, 9:39:09 AM