MLIB
|
Simple stopwatch timer (yet another one!) More...
#include <stopwatch.h>
Public Member Functions | |
stopwatch () | |
Constructor. | |
void | start () |
Start the stopwatch. | |
void | stop () |
Stop the stopwatch. | |
double | msecLap () |
Return number of milliseconds elapsed from start. | |
double | msecEnd () |
Return total duration in milliseconds between start and stop. | |
Simple stopwatch timer (yet another one!)
double mlib::stopwatch::msecLap | ( | ) |
Return number of milliseconds elapsed from start.
The stopwatch continues to run