Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_bench.c124 struct timespec ts_start, ts_end; in ion_heap_bench() local
159 clock_gettime(CLOCK_MONOTONIC, &ts_end); in ion_heap_bench()
162 end = ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in ion_heap_bench()
172 struct timespec ts_start, ts_end; in dmabuf_heap_bench() local
186 clock_gettime(CLOCK_MONOTONIC, &ts_end); in dmabuf_heap_bench()
189 end = ts_end.tv_sec * NSEC_PER_SEC + ts_end.tv_nsec; in dmabuf_heap_bench()