Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c298 const uint64_t tunit = 1000000; /* us */ in cperf_latency_test_runner() local
305 time_tot = tunit*(double)(tsc_tot) / tsc_hz; in cperf_latency_test_runner()
306 time_avg = tunit*(double)(tsc_avg) / tsc_hz; in cperf_latency_test_runner()
307 time_max = tunit*(double)(tsc_max) / tsc_hz; in cperf_latency_test_runner()
308 time_min = tunit*(double)(tsc_min) / tsc_hz; in cperf_latency_test_runner()
321 tunit * (double) (ctx->res[i].tsc_end in cperf_latency_test_runner()