Home
last modified time | relevance | path

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

/system/uapp/trace-benchmark/
A Drunner.h65 for (const auto rt : run_times) { in RunAndMeasure() local
66 if (min == 0 || min > rt) in RunAndMeasure()
67 min = rt; in RunAndMeasure()
68 if (max == 0 || max < rt) in RunAndMeasure()
69 max = rt; in RunAndMeasure()
70 cumulative += rt; in RunAndMeasure()
/system/utest/vmo/
A Dvmo.cpp1320 zx_time_t rt = zx_clock_get_monotonic(); in vmo_cache_map_test() local
1323 rt = zx_clock_get_monotonic() - rt; in vmo_cache_map_test()
1326 printf("took %" PRIu64 " nsec to read %s memory\n", rt, type); in vmo_cache_map_test()

Completed in 5 milliseconds