#include <JThread.h>


Public Member Functions | |
| ThreadStat () | |
| Object * | clone () const |
| bool | isEmpty () |
| JString | print () |
Public Attributes | |
| struct timeval | timeLast |
| longlong | userLast |
| longlong | kernelLast |
| longlong | realTimeElapse |
| longlong | cpuUserUsage |
| longlong | cpuKernelUsage |
| longlong | cpuUsage |
| double | percentKernelCPU |
| double | percentUserCPU |
| double | percentCPU |
Definition at line 121 of file JThread.h.
| cmlabs::ThreadStat::ThreadStat | ( | ) |
Definition at line 420 of file JThread.cpp.
| Object * cmlabs::ThreadStat::clone | ( | ) | const [virtual] |
| bool cmlabs::ThreadStat::isEmpty | ( | ) |
Definition at line 432 of file JThread.cpp.
| JString cmlabs::ThreadStat::print | ( | ) | [virtual] |
struct timeval cmlabs::ThreadStat::timeLast [read] |
1.5.6