
#include <stopwatch.h>

Public Member Functions | |
| stopwatch (time_type=USER_TIME) | |
| void | start () |
| void | reset () |
| double | get () |
| double | pause () |
Definition at line 44 of file stopwatch.h.
| stopwatch::stopwatch | ( | time_type | = USER_TIME |
) |
| void stopwatch::start | ( | ) |
| void stopwatch::reset | ( | ) |
| double stopwatch::get | ( | ) |
Return the time elapsed till now. The value returned is in seconds. The stopwatch will continue counting
| double stopwatch::pause | ( | ) |
1.5.3