Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c175 uint64_t tsc_max = 0, tsc_min = ~0UL, tsc_tot = 0, tsc_idx = 0; in cperf_latency_test_runner() local
292 tsc_min = RTE_MIN(tsc_val, tsc_min); in cperf_latency_test_runner()
308 time_min = tunit*(double)(tsc_min) / tsc_hz; in cperf_latency_test_runner()
346 tsc_avg, tsc_max, tsc_min); in cperf_latency_test_runner()