HomeSort by relevance Sort by last modified time
    Searched refs:timedelta_t (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/include/test/
timer.h 18 } timedelta_t; typedef in typeref:struct:__anon10774
20 void timer_start(timedelta_t *timer);
21 void timer_stop(timedelta_t *timer);
22 uint64_t timer_usec(const timedelta_t *timer);
23 void timer_ratio(timedelta_t *a, timedelta_t *b, char *buf, size_t buflen);
  /external/jemalloc/test/src/
timer.c 4 timer_start(timedelta_t *timer)
19 timer_stop(timedelta_t *timer)
30 timer_usec(const timedelta_t *timer)
43 timer_ratio(timedelta_t *a, timedelta_t *b, char *buf, size_t buflen)
  /external/jemalloc/test/stress/
microbench.c 4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, void (*func)(void))
20 timedelta_t timer_a, timer_b;

Completed in 188 milliseconds