Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/resusage.h
- Timestamp:
- Aug 11, 2004, 3:10:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/resusage.h
r2487 r2598 17 17 { 18 18 public: 19 /*! 20 - RU_Self : Resource usage for the process itself 21 - RU_Children : Resource usage for the child processes 22 - RU_All : resource usage for the process itself and its child processes 23 */ 19 24 enum RU_ProcGrp {RU_Self=0, RU_Children=1, RU_All=2}; 20 // RU_Self: Resource usage for the process itself 21 // RU_Children: Resource usage for the child processes 22 // RU_All: Process itself and child processes 25 23 26 ResourceUsage(RU_ProcGrp pg=RU_Self); 24 27 ~ResourceUsage();
Note:
See TracChangeset
for help on using the changeset viewer.