CMS 3D CMS Logo

Classes | Public Types | Static Public Member Functions

PentiumTime Struct Reference

#include <PentiumTimer.h>

List of all members.

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 ()

Detailed Description

Definition at line 22 of file PentiumTimer.h.


Member Typedef Documentation

Definition at line 37 of file PentiumTimer.h.

Definition at line 34 of file PentiumTimer.h.

Definition at line 38 of file PentiumTimer.h.


Member Function Documentation

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]

Definition at line 41 of file PentiumTimer.h.

References rdtscPentium().

{ return rdtscPentium();}
static TimeType PentiumTime::time ( ) [inline, static]

Definition at line 40 of file PentiumTimer.h.

References rdtscPentium().

{ return rdtscPentium();}