66 #include <jasper/jas_config.h>
69 #if defined(JAS_HAVE_SYS_TIME_H)
77 #if defined(JAS_HAVE_GETTIMEOFDAY)
84 #elif defined(JAS_HAVE_GETRUSAGE)
93 typedef int jas_tmr_t;
97 JAS_DLLEXPORT
void jas_tmr_start(jas_tmr_t *tmr);
98 JAS_DLLEXPORT
void jas_tmr_stop(jas_tmr_t *tmr);
99 JAS_DLLEXPORT
double jas_tmr_get(jas_tmr_t *tmr);