Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_pmd_cyclecount.c302 uint64_t tsc_enq; in pmd_cyclecount_bench_burst_sz() local
307 tsc_enq = 0; in pmd_cyclecount_bench_burst_sz()
360 tsc_enq += tsc_end - tsc_start; in pmd_cyclecount_bench_burst_sz()
387 state->cycles_per_enq = (double)tsc_enq / state->ops_enqd; in pmd_cyclecount_bench_burst_sz()