Home
last modified time | relevance | path

Searched refs:tsc_tot (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
293 tsc_tot += tsc_val; in cperf_latency_test_runner()
303 uint64_t tsc_avg = tsc_tot / tsc_idx; in cperf_latency_test_runner()
305 time_tot = tunit*(double)(tsc_tot) / tsc_hz; in cperf_latency_test_runner()
345 "%10"PRIu64"\t%10"PRIu64, tsc_tot, in cperf_latency_test_runner()