Main timer structure. More...
Public Attributes | |
| struct timestamp | start |
| The most recent start time. | |
| struct timestamp | total |
| Total time elapsed in all previous start/stop runs. | |
Main timer structure.
Definition at line 76 of file stopwatch.h.
| struct timestamp stopwatch::start |
The most recent start time.
Definition at line 80 of file stopwatch.h.
Referenced by stopwatch_init(), stopwatch_start(), and stopwatch_stop().
| struct timestamp stopwatch::total |
Total time elapsed in all previous start/stop runs.
Definition at line 78 of file stopwatch.h.
Referenced by main(), stopwatch_init(), and stopwatch_stop().
1.6.3