#include <UProcessInfo.h>
| Public Member Functions | |
| UProcessInfo () | |
| virtual | ~UProcessInfo () | 
| Static Public Member Functions | |
| static long int | getMemoryUsage () | 
This class is used to get some informations about the current process.
Definition at line 29 of file UProcessInfo.h.
| UProcessInfo::UProcessInfo | ( | ) | 
Definition at line 33 of file UProcessInfo.cpp.
| 
 | virtual | 
Definition at line 35 of file UProcessInfo.cpp.
| 
 | static | 
Get the memory used by the current process.
Definition at line 38 of file UProcessInfo.cpp.