Timer for measuring execution time. More...
#include <Timer.h>
Public Member Functions | |
void | start () |
Starts the timer. More... | |
double | stop () |
Stops the timer and returns the elapsed time in seconds. More... | |
Timer () | |
Constructor. More... | |
~Timer () | |
Destructor. More... | |
Private Attributes | |
TimerPrivate * | d |
double alvar::Timer::stop | ( | ) |
|
private |