71 #include <jasper/jas_config.h> 73 #if defined(JAS_HAVE_SYS_TIME_H) 83 #if defined(JAS_HAVE_GETTIMEOFDAY) 90 #elif defined(JAS_HAVE_GETRUSAGE) 99 typedef int jas_tmr_t;
103 JAS_DLLEXPORT
void jas_tmr_start(jas_tmr_t *tmr);
104 JAS_DLLEXPORT
void jas_tmr_stop(jas_tmr_t *tmr);
105 JAS_DLLEXPORT
double jas_tmr_get(jas_tmr_t *tmr);