#include <PentiumTimer.h>
Classes | |
struct | OneTick |
Public Types | |
typedef PentiumTimeIntervalType | IntervalType |
typedef GenTimeInterval < PentiumTime > | TimeInterval |
typedef PentiumTimeType | TimeType |
Static Public Member Functions | |
static double | oneTick () |
static TimeType | time (int) |
static TimeType | time () |
Definition at line 22 of file PentiumTimer.h.
Definition at line 37 of file PentiumTimer.h.
Definition at line 34 of file PentiumTimer.h.
typedef PentiumTimeType PentiumTime::TimeType |
Definition at line 38 of file PentiumTimer.h.
static double PentiumTime::oneTick | ( | ) | [inline, static] |
Definition at line 31 of file PentiumTimer.h.
References PentiumTime::OneTick::one.
{ static OneTick local; return local.one; };
static TimeType PentiumTime::time | ( | int | ) | [inline, static] |
static TimeType PentiumTime::time | ( | ) | [inline, static] |