BeBOP Optimized Sparse Kernel Interface Library
1.0.1h
|
Stores 'stop-watch' timer data. More...
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. |
Stores 'stop-watch' timer data.
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().