Home
last modified time | relevance | path

Searched refs:time_func (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/test/stress/
Dmicrobench.c4 time_func(timedelta_t *timer, uint64_t nwarmup, uint64_t niter, in time_func() function
31 time_func(&timer_a, nwarmup, niter, func_a); in compare_funcs()
32 time_func(&timer_b, nwarmup, niter, func_b); in compare_funcs()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dcompat.py100 time_func = time.clock variable
102 time_func = time.time variable
Dutil.py160 self.timestamp = compat.time_func()
170 item.timestamp = compat.time_func()