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 31 of file PentiumTimer.h.


Member Typedef Documentation

Definition at line 46 of file PentiumTimer.h.

Definition at line 43 of file PentiumTimer.h.

Definition at line 47 of file PentiumTimer.h.


Member Function Documentation

static double PentiumTime::oneTick ( ) [inline, static]

Definition at line 40 of file PentiumTimer.h.

References PentiumTime::OneTick::one.

                          {
    static OneTick local;
    return local.one;
  };
static TimeType PentiumTime::time ( int  ) [inline, static]

Definition at line 50 of file PentiumTimer.h.

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

Definition at line 49 of file PentiumTimer.h.

{ return rdtscPentium();}