Data Fields | |
double | seconds_per_tick |
Ticks-to-seconds conversion factor. | |
rawtime_t | t_start |
Time at which timer started. | |
rawtime_t | t_end |
Time at which timer stopped. | |
int | is_running |
1 <==> stop-watch is running, 0 otherwise. |
1 <==> stop-watch is running, 0 otherwise.
Referenced by oski_CreateTimer(), oski_ReadElapsedTime(), oski_RestartTimer(), and oski_StopTimer().
Ticks-to-seconds conversion factor.
Referenced by oski_CalibrateTimer(), and oski_ReadElapsedTime().