Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/
H A Dexittime.c213 struct test_result { struct
235 static void report_iteration_result(struct test const* test, struct test_result const* test_result) in report_iteration_result() argument
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()
256 struct test_result result; in main()