Low resolution stop watch. More...
#include <stop_watch.h>
Public Member Functions | |
void | start () |
double | stop () |
Private Attributes | |
clock_t | startClock |
Low resolution stop watch.
Definition at line 75 of file stop_watch.h.
void SimpleStopWatch::start | ( | ) | [inline] |
start time measurement at this moment
Definition at line 80 of file stop_watch.h.
double SimpleStopWatch::stop | ( | ) | [inline] |
returns elapsed time since last start() in seconds
Definition at line 83 of file stop_watch.h.
clock_t SimpleStopWatch::startClock [private] |
Definition at line 76 of file stop_watch.h.