[New-bugs-announce] [issue31596] expose pthread_getcpuclockid in time module

pdox report at bugs.python.org
Tue Sep 26 14:33:14 EDT 2017


New submission from pdox:

time.clock_gettime() makes it possible to retrieve the thread-specific cpu-time clock for the current thread using time.CLOCK_THREAD_CPUTIME_ID. However, it is currently not possible in Python to retrieve the thread-specific clock for other threads. Exposing pthread_getcpuclockid() makes this possible.

----------
components: Extension Modules
messages: 303059
nosy: pdox
priority: normal
pull_requests: 3756
severity: normal
status: open
title: expose pthread_getcpuclockid in time module
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list