#include <LinuxCPUTime.h>
Public Types | |
typedef double | TimeType |
Public Member Functions | |
TimeType | cputime () const |
LinuxCPUTime (int pid=0) | |
constructor More... | |
TimeType | operator() () const |
TimeType | stime () const |
TimeType | utime () const |
~LinuxCPUTime () | |
destructor More... | |
Private Attributes | |
TimeType | stime_ |
TimeType | utime_ |
Definition at line 16 of file LinuxCPUTime.h.
typedef double LinuxCPUTime::TimeType |
Definition at line 19 of file LinuxCPUTime.h.
|
inlineexplicit |
|
inline |
|
inline |
Definition at line 33 of file LinuxCPUTime.h.
References stime_, and utime_.
Referenced by operator()().
|
inline |
|
inline |
|
inline |
Definition at line 31 of file LinuxCPUTime.h.
References utime_.
Referenced by LinuxElapsedTime::~LinuxElapsedTime().
|
private |
Definition at line 38 of file LinuxCPUTime.h.
|
private |
Definition at line 37 of file LinuxCPUTime.h.