[New-bugs-announce] [issue40192] time.thread_time isn't outputting in nanoseconds in AIX

Batuhan Taskaya report at bugs.python.org
Sat Apr 4 21:15:32 EDT 2020


New submission from Batuhan Taskaya <batuhanosmantaskaya at gmail.com>:

The resolution for thread_time is really low on AIX, but fortunately there is a way to get thread time in nanoseconds with thread_cputime.

-bash-4.4$ ./python
Python 3.9.0a5+ (heads/master:909f4a3, Apr  4 2020, 20:15:24) [C] on aix
Type "help", "copyright", "credits" or "license" for more information.
>>> import time
>>> time.thread_time()
0.02

----------
components: Library (Lib)
messages: 365807
nosy: BTaskaya, pitrou
priority: normal
severity: normal
status: open
title: time.thread_time isn't outputting in nanoseconds in AIX
versions: Python 3.9

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


More information about the New-bugs-announce mailing list