Timers. More...
| Classes | |
| struct | jas_tmr_t | 
| Timer type.  More... | |
| Functions | |
| JAS_EXPORT void | jas_tmr_start (jas_tmr_t *tmr) | 
| Start a timer. | |
| JAS_EXPORT void | jas_tmr_stop (jas_tmr_t *tmr) | 
| Stop a timer. | |
| JAS_EXPORT double | jas_tmr_get (jas_tmr_t *tmr) | 
| Get the elapsed time for a timer. | |
Timers.
General information can be found here.
| JAS_EXPORT double jas_tmr_get | ( | jas_tmr_t * | tmr | ) | 
Get the elapsed time for a timer.
| JAS_EXPORT void jas_tmr_start | ( | jas_tmr_t * | tmr | ) | 
Start a timer.
| JAS_EXPORT void jas_tmr_stop | ( | jas_tmr_t * | tmr | ) | 
Stop a timer.