66 #include <jasper/jas_config.h>
68 #if defined(JAS_HAVE_SYS_TIME_H)
78 #if defined(JAS_HAVE_GETTIMEOFDAY)
85 #elif defined(JAS_HAVE_GETRUSAGE)
94 typedef int jas_tmr_t;
98 JAS_DLLEXPORT
void jas_tmr_start(jas_tmr_t *tmr);
99 JAS_DLLEXPORT
void jas_tmr_stop(jas_tmr_t *tmr);
100 JAS_DLLEXPORT
double jas_tmr_get(jas_tmr_t *tmr);