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 pdox
Recipients pdox
Date 2017-09-26.18:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506450794.16.0.162056328414.issue31596@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-26 18:33:14pdoxsetrecipients: + pdox
2017-09-26 18:33:14pdoxsetmessageid: <1506450794.16.0.162056328414.issue31596@psf.upfronthosting.co.za>
2017-09-26 18:33:14pdoxlinkissue31596 messages
2017-09-26 18:33:14pdoxcreate