High performance stop watch. More...
#include <stop_watch.h>
Public Member Functions | |
| void | precisionStart () |
| double | precisionStop () |
| PrecisionStopWatch () | |
Private Attributes | |
| struct timeval | precisionClock |
High performance stop watch.
Definition at line 117 of file stop_watch.h.
| PrecisionStopWatch::PrecisionStopWatch | ( | ) | [inline] |
Definition at line 121 of file stop_watch.h.
| void PrecisionStopWatch::precisionStart | ( | ) | [inline] |
Definition at line 125 of file stop_watch.h.
| double PrecisionStopWatch::precisionStop | ( | ) | [inline] |
Definition at line 129 of file stop_watch.h.
struct timeval PrecisionStopWatch::precisionClock [private] |
Definition at line 118 of file stop_watch.h.