[New-bugs-announce] [issue10440] support RUSAGE_THREAD as a constant in the resource module

Robert Collins report at bugs.python.org
Wed Nov 17 05:59:48 CET 2010


New submission from Robert Collins <robertc at robertcollins.net>:

RUSAGE_THREAD (since Linux 2.6.26)
              Return resource usage statistics for the calling thread.

This is very handy for multi threaded apps in determining runtime in a thread, page faults from the thread etc.

----------
messages: 121336
nosy: rbcollins
priority: normal
severity: normal
status: open
title: support RUSAGE_THREAD as a constant in the resource module
type: feature request

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10440>
_______________________________________


More information about the New-bugs-announce mailing list