Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c303 const uint64_t tunit = 1000000; /* us */ in cperf_latency_test_runner() local
310 time_tot = tunit*(double)(tsc_tot) / tsc_hz; in cperf_latency_test_runner()
311 time_avg = tunit*(double)(tsc_avg) / tsc_hz; in cperf_latency_test_runner()
312 time_max = tunit*(double)(tsc_max) / tsc_hz; in cperf_latency_test_runner()
313 time_min = tunit*(double)(tsc_min) / tsc_hz; in cperf_latency_test_runner()
328 tunit * (double) (ctx->res[i].tsc_end in cperf_latency_test_runner()