OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_usec
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/test/include/test/
timer.h
10
uint64_t
timer_usec
(const timedelta_t *timer);
/external/jemalloc/test/src/
timer.c
20
timer_usec
(const timedelta_t *timer)
function
32
uint64_t t0 =
timer_usec
(a);
33
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 560 milliseconds