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 vstinner
Recipients ned.deily, pitrou, ronaldoussoren, vstinner
Date 2017-11-20.17:20:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511198453.26.0.213398074469.issue32093@psf.upfronthosting.co.za>
In-reply-to
Content
bpo-32025 added time.thread_time() function. On macOS, CLOCK_THREAD_CPUTIME_ID is not available. I propose to add a macOS implementation using thread_info(): return the sum of user and system times.
History
Date User Action Args
2017-11-20 17:20:53vstinnersetrecipients: + vstinner, ronaldoussoren, pitrou, ned.deily
2017-11-20 17:20:53vstinnersetmessageid: <1511198453.26.0.213398074469.issue32093@psf.upfronthosting.co.za>
2017-11-20 17:20:53vstinnerlinkissue32093 messages
2017-11-20 17:20:53vstinnercreate