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