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 rbcollins
Recipients rbcollins
Date 2010-11-17.04:59:47
SpamBayes Score 0.20783418
Marked as misclassified No
Message-id <1289969988.98.0.873243302667.issue10440@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-17 04:59:49rbcollinssetrecipients: + rbcollins
2010-11-17 04:59:48rbcollinssetmessageid: <1289969988.98.0.873243302667.issue10440@psf.upfronthosting.co.za>
2010-11-17 04:59:47rbcollinslinkissue10440 messages
2010-11-17 04:59:47rbcollinscreate