Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c21273 static int64_t getclock_us(void) in getclock_us() function
21724 start_time = getclock_us(); in main2()
21750 total_time = (double)(getclock_us() - start_time) / 1000000.0; in main2()