Changeset 2256 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Nov 8, 2002, 6:33:35 PM (23 years ago)
Author:
ansari
Message:

Ajout de la methode getProcessId() ds resusage.h - Reza 8/11/2002

File:
1 edited

Legend:

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

    r2255 r2256  
    1212namespace SOPHYA {
    1313
    14 //! Acces to nformation about resource usage (memory, CPU, ...)
     14//! Acces to information about resource usage (memory, CPU, ...)
    1515
    1616class ResourceUsage
     
    2121
    2222  int Update();
     23
     24  // Process Id
     25  //! Returns the process id.
     26  inline uint_8 getProcessId() { return cur_pid; }
    2327
    2428  // Memory usage in kilo-bytes 
Note: See TracChangeset for help on using the changeset viewer.