Changeset 2256 in Sophya for trunk/SophyaLib
- Timestamp:
- Nov 8, 2002, 6:33:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/resusage.h
r2255 r2256 12 12 namespace SOPHYA { 13 13 14 //! Acces to nformation about resource usage (memory, CPU, ...)14 //! Acces to information about resource usage (memory, CPU, ...) 15 15 16 16 class ResourceUsage … … 21 21 22 22 int Update(); 23 24 // Process Id 25 //! Returns the process id. 26 inline uint_8 getProcessId() { return cur_pid; } 23 27 24 28 // Memory usage in kilo-bytes
Note:
See TracChangeset
for help on using the changeset viewer.