#include <stopwatch.h>


Public Member Functions | |
| stopwatch_us () | |
Protected Member Functions | |
| virtual double | seconds () const |
| Return the current time, to be overriden in derived classes. | |
Definition at line 228 of file stopwatch.h.
| stopwatch_us::stopwatch_us | ( | ) | [inline] |
Definition at line 240 of file stopwatch.h.
| virtual double stopwatch_us::seconds | ( | ) | const [inline, protected, virtual] |
Return the current time, to be overriden in derived classes.
Reimplemented from stopw_base.
Definition at line 231 of file stopwatch.h.
References stopw_base::secs_per_tick.
1.5.6