Time intervals of code. More...
#include <Timer.h>
Public Member Functions | |
void | start (void) |
Start the timer. | |
void | stop (void) |
Stop the timer. | |
void | report (const char *message=0) |
Report the time elapsed using the given message. |
Time intervals of code.
This class is used to time intervals of code and report the time to the user.