Public Member Functions | |
Timer () | |
~Timer () | |
Timer_t | tick () const |
double | delta_s (Timer_t t1, Timer_t t2) const |
double | delta_m (Timer_t t1, Timer_t t2) const |
double | delta_u (Timer_t t1, Timer_t t2) const |
double | delta_n (Timer_t t1, Timer_t t2) const |
double | getSecondsPerTick () const |
Static Public Member Functions | |
static const Timer * | instance () |
Protected Attributes | |
double | _secsPerTick |
osg::Timer::Timer | ( | ) |
osg::Timer::~Timer | ( | ) | [inline] |
double osg::Timer::getSecondsPerTick | ( | ) | const [inline] |
static const Timer* osg::Timer::instance | ( | ) | [static] |
Timer_t osg::Timer::tick | ( | ) | const |
double osg::Timer::_secsPerTick [protected] |