![]() |
My Project
|
Timer for measuring execution time. More...
#include <Timer.h>
Public Member Functions | |
Timer () | |
Constructor. | |
~Timer () | |
Destructor. | |
void | start () |
Starts the timer. | |
double | stop () |
Stops the timer and returns the elapsed time in seconds. | |