BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Data Fields
tagBebop_timerstruct_t Struct Reference

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.

Detailed Description

Stores 'stop-watch' timer data.


Field Documentation

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().


The documentation for this struct was generated from the following file: