|
MyraMath
|
A multishot timing class, delegates to Timer. More...
#include <Stopwatch.h>
Public Member Functions | |
| Stopwatch () | |
| Constructor, initializes total time to zero. | |
| void | start () |
| Bookend around a function to be timed. | |
| void | stop () |
| double | read () const |
| Returns the total time accumulated over all start/stop pairs. | |
A multishot timing class, delegates to Timer.
1.8.13