Searched refs:tod_to_ns (Results 1 – 1 of 1) sorted by relevance
225 static uint64_t tod_to_ns(uint64_t tod) in tod_to_ns() function237 uint64_t total = tod_to_ns(normalize_iters(test_result->total, test->iters)), in report_iteration_result()238 best = tod_to_ns(normalize_iters(test_result->best, test->iters)), in report_iteration_result()239 average = tod_to_ns(normalize_iters(test_result->average, test->iters)), in report_iteration_result()240 worst = tod_to_ns(normalize_iters(test_result->worst, test->iters)); in report_iteration_result()