Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c177 uint64_t deqd_max = 0, deqd_min = ~0UL, deqd_tot = 0; in cperf_latency_test_runner() local
253 deqd_tot += ops_deqd; in cperf_latency_test_runner()
266 while (deqd_tot < ctx->options->total_ops) { in cperf_latency_test_runner()
283 deqd_tot += ops_deqd; in cperf_latency_test_runner()
302 uint64_t deqd_avg = deqd_tot / b_idx; in cperf_latency_test_runner()
342 "%10"PRIu64"\t%10"PRIu64, deqd_tot, in cperf_latency_test_runner()