Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_test_latency.c174 uint64_t tsc_max = 0, tsc_min = ~0UL, tsc_tot = 0, tsc_idx = 0; in cperf_latency_test_runner() local
240 ctx->res[tsc_idx].tsc_start = tsc_start; in cperf_latency_test_runner()
246 priv_data->result = (void *)&ctx->res[tsc_idx]; in cperf_latency_test_runner()
247 tsc_idx++; in cperf_latency_test_runner()
294 for (i = 0; i < tsc_idx; i++) { in cperf_latency_test_runner()
308 uint64_t tsc_avg = tsc_tot / tsc_idx; in cperf_latency_test_runner()