|
#include <ArmarXCore/core/system/ProcessWatcher.h>
Public Member Functions | |
bool | operator< (const ThreadUsage &rhs) const |
bool | operator== (const ThreadUsage &rhs) const |
Public Attributes | |
int | lastJiffies |
IceUtil::Time | lastUpdate |
double | load |
int | processId |
int | threadId |
Definition at line 39 of file ProcessWatcher.h.
bool operator< | ( | const ThreadUsage & | rhs | ) | const |
Definition at line 315 of file ProcessWatcher.cpp.
bool operator== | ( | const ThreadUsage & | rhs | ) | const |
Definition at line 330 of file ProcessWatcher.cpp.
int lastJiffies |
Definition at line 44 of file ProcessWatcher.h.
IceUtil::Time lastUpdate |
Definition at line 43 of file ProcessWatcher.h.
double load |
Definition at line 45 of file ProcessWatcher.h.
int processId |
Definition at line 42 of file ProcessWatcher.h.
int threadId |
Definition at line 41 of file ProcessWatcher.h.