Changeset 2598 in Sophya for trunk/SophyaLib/SysTools/resusage.h


Ignore:
Timestamp:
Aug 11, 2004, 3:10:25 PM (21 years ago)
Author:
ansari
Message:

Documentation (ajoutee ou completee) pour les classes du module SysTools - Reza 11 Aout 2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/resusage.h

    r2487 r2598  
    1717{
    1818public:
     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*/
    1924  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
    2326  ResourceUsage(RU_ProcGrp pg=RU_Self);
    2427  ~ResourceUsage();
Note: See TracChangeset for help on using the changeset viewer.