Issue 10440: support RUSAGE_THREAD as a constant in the resource module (original) (raw)

Issue10440

Created on 2010-11-17 04:59 by rbcollins, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rusage-thread.patch rbcollins,2010-11-17 13:39 Add RUSAGE_THREAD to resource.so
Messages (2)
msg121336 - (view) Author: Robert Collins (rbcollins) * (Python committer) Date: 2010-11-17 04:59
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.
msg121364 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-11-17 16:20
Thank you! I've committed the patch in r86493.
History
Date User Action Args
2022-04-11 14:57:09 admin set github: 54649
2010-11-17 16:20:03 pitrou set status: open -> closedversions: + Python 3.2nosy: + pitroumessages: + resolution: fixedstage: resolved
2010-11-17 13:39:22 rbcollins set files: + rusage-thread.patchkeywords: + patch
2010-11-17 04:59:47 rbcollins create