$search
#include <stop_watch.h>
Public Member Functions | |
void | start () |
double | stop () |
Private Attributes | |
clock_t | startClock |
Definition at line 72 of file stop_watch.h.
void SimpleStopWatch::start | ( | ) | [inline] |
Definition at line 77 of file stop_watch.h.
double SimpleStopWatch::stop | ( | ) | [inline] |
Definition at line 80 of file stop_watch.h.
clock_t SimpleStopWatch::startClock [private] |
Definition at line 73 of file stop_watch.h.