Timer Code. More...
#include <jasper/jas_config.h>
#include <time.h>
Go to the source code of this file.
Functions | |
JAS_EXPORT void | jas_tmr_start (jas_tmr_t *tmr) |
Start a timer. More... | |
JAS_EXPORT void | jas_tmr_stop (jas_tmr_t *tmr) |
Stop a timer. More... | |
JAS_EXPORT double | jas_tmr_get (jas_tmr_t *tmr) |
Get the elapsed time for a timer. More... | |
Timer Code.