Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/
H A Dexittime.c230 static uint64_t normalize_iters(uint64_t value_to_normalize, uint64_t iters) in normalize_iters() function
237 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()