Searched refs:rt (Results 1 – 2 of 2) sorted by relevance
65 for (const auto rt : run_times) { in RunAndMeasure() local66 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()
1320 zx_time_t rt = zx_clock_get_monotonic(); in vmo_cache_map_test() local1323 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