71 #include <jasper/jas_config.h>
73 #if defined(JAS_HAVE_SYS_TIME_H)
92 #if defined(JAS_HAVE_GETTIMEOFDAY)
99 #elif defined(JAS_HAVE_GETRUSAGE)
JAS_EXPORT double jas_tmr_get(jas_tmr_t *tmr)
Get the elapsed time for a timer.
Definition: jas_tmr.c:143
JAS_EXPORT void jas_tmr_stop(jas_tmr_t *tmr)
Stop a timer.
Definition: jas_tmr.c:139
JAS_EXPORT void jas_tmr_start(jas_tmr_t *tmr)
Start a timer.
Definition: jas_tmr.c:135