$search
#include <stop_watch.h>
Public Member Functions | |
void | precisionStart () |
double | precisionStop () |
PrecisionStopWatch () | |
Private Attributes | |
struct timeval | precisionClock |
Definition at line 110 of file stop_watch.h.
PrecisionStopWatch::PrecisionStopWatch | ( | ) | [inline] |
Definition at line 114 of file stop_watch.h.
void PrecisionStopWatch::precisionStart | ( | ) | [inline] |
Definition at line 118 of file stop_watch.h.
double PrecisionStopWatch::precisionStop | ( | ) | [inline] |
Definition at line 122 of file stop_watch.h.
struct timeval PrecisionStopWatch::precisionClock [private] |
Definition at line 111 of file stop_watch.h.