23 LARGE_INTEGER frequency;
24 double LIToSecs( LARGE_INTEGER & L);
double getElapsedTime()
This method returns the time elapsed between start and stop of the timer in seconds.
Definition: hr_time.cpp:64
timeval stop
Definition: hr_time.h:37
void stopTimer()
This method stops the timer.
Definition: hr_time.cpp:55
CStopWatch()
Definition: hr_time.h:45
void startTimer()
This method starts the timer.
Definition: hr_time.cpp:46
timeval start
Definition: hr_time.h:36