Records elapsed time.
Definition: stopwatch.h:22
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13
~StopWatch()
Upon destruction, prints the elapsed time in seconds, since the construction of this StopWatch...
Definition: stopwatch.cpp:25
StopWatch()
constructs a StopWatch object by storing the current time (uses clock())
Definition: stopwatch.h:29