10#if __has_include("defs.h")
31 static LARGE_INTEGER freq;
32 LARGE_INTEGER tbeg, tend;
double msecLap()
Return number of milliseconds elapsed from start.
Definition stopwatch.cpp:41
double msecEnd()
Return total duration in milliseconds between start and stop.
Definition stopwatch.cpp:50
stopwatch()
Constructor.
Definition stopwatch.cpp:15
void start()
Start the stopwatch.
Definition stopwatch.cpp:24
void stop()
Stop the stopwatch.
Definition stopwatch.cpp:31