Message306569
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. |
|
Date |
User |
Action |
Args |
2017-11-20 17:20:53 | vstinner | set | recipients:
+ vstinner, ronaldoussoren, pitrou, ned.deily |
2017-11-20 17:20:53 | vstinner | set | messageid: <1511198453.26.0.213398074469.issue32093@psf.upfronthosting.co.za> |
2017-11-20 17:20:53 | vstinner | link | issue32093 messages |
2017-11-20 17:20:53 | vstinner | create | |
|