Searched refs:test_result (Results 1 – 1 of 1) sorted by relevance
213 struct test_result { struct235 static void report_iteration_result(struct test const* test, struct test_result const* test_result) in report_iteration_result() argument237 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()