22 LARGE_INTEGER frequency;
23 double LIToSecs( LARGE_INTEGER & L);
Helper class for timing sections of host code in a cross-plarform manner.
Definition: hr_time.h:41
double getElapsedTime()
This method returns the time elapsed between start and stop of the timer in seconds.
Definition: hr_time.cc:67
timeval stop
Definition: hr_time.h:36
void stopTimer()
This method stops the timer.
Definition: hr_time.cc:58
CStopWatch()
Definition: hr_time.h:45
void startTimer()
This method starts the timer.
Definition: hr_time.cc:49
timeval start
Definition: hr_time.h:35