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

  /external/jemalloc/test/include/test/
timer.h 22 uint64_t timer_usec(const timedelta_t *timer);
  /external/jemalloc/test/src/
timer.c 30 timer_usec(const timedelta_t *timer) function
45 uint64_t t0 = timer_usec(a);
46 uint64_t t1 = timer_usec(b);
  /external/jemalloc/test/stress/
microbench.c 36 niter, name_a, timer_usec(&timer_a), name_b, timer_usec(&timer_b),

Completed in 2490 milliseconds