#include <timer.h>
Public Member Functions | |
StartStopTimer () | |
void | start () |
void | stop () |
void | reset () |
Public Attributes | |
double | value |
A start-stop timer class.
Can be used to time portions of code.
Constructor.
Starts the timer.
Stops the timer and updates timer value.
Resets the timer value to 0.
Value of the timer.