Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c676 uint64_t run_bw, run_time_ns, best_run = 0; in fletcher_4_benchmark_impl() local
696 run_time_ns = gethrtime() - start; in fletcher_4_benchmark_impl()
697 } while (run_time_ns < FLETCHER_4_BENCH_NS); in fletcher_4_benchmark_impl()
701 run_bw /= run_time_ns; /* B/s */ in fletcher_4_benchmark_impl()