#include <Timer.h>
Public Member Functions | |
double | GetApplicationTime () |
double | GetFrameTime () |
void | Reset () |
Timer (void) | |
double | Update () |
~Timer (void) | |
Private Attributes | |
double | m_fAppTime |
double | m_fTime |
struct timespec AppStart act | old |
Timer::Timer | ( | void | ) |
Timer::~Timer | ( | void | ) |
double Tracking::Timer::GetApplicationTime | ( | ) | [inline] |
double Tracking::Timer::GetFrameTime | ( | ) | [inline] |
void Timer::Reset | ( | ) |
double Timer::Update | ( | ) |
double Tracking::Timer::m_fAppTime [private] |
double Tracking::Timer::m_fTime [private] |
struct timespec AppStart act Tracking::Timer::old [private] |