#include <LinuxCPUTime.h>
Classes | |
struct | OneTick |
Public Types | |
typedef LinuxCPUTime::TimeType | IntervalType |
typedef GenTimeInterval< LCPUTime > | TimeInterval |
typedef LinuxCPUTime::TimeType | TimeType |
Static Public Member Functions | |
static double | oneTick () |
static TimeType | time (int pid) |
static TimeType | time () |
Definition at line 55 of file LinuxCPUTime.h.
Definition at line 70 of file LinuxCPUTime.h.
Definition at line 66 of file LinuxCPUTime.h.
Definition at line 71 of file LinuxCPUTime.h.
static double LCPUTime::oneTick | ( | ) | [inline, static] |
Definition at line 63 of file LinuxCPUTime.h.
References LCPUTime::OneTick::one.
{ static OneTick local; return local.one; };
static TimeType LCPUTime::time | ( | int | pid | ) | [inline, static] |
static TimeType LCPUTime::time | ( | ) | [inline, static] |