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 BTaskaya
Recipients BTaskaya, pitrou
Date 2020-04-05.01:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586049332.22.0.327858503775.issue40192@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-04-05 01:15:32BTaskayasetrecipients: + BTaskaya, pitrou
2020-04-05 01:15:32BTaskayasetmessageid: <1586049332.22.0.327858503775.issue40192@roundup.psfhosted.org>
2020-04-05 01:15:32BTaskayalinkissue40192 messages
2020-04-05 01:15:31BTaskayacreate