Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_malloc_perf.c85 uint64_t tsc_start, tsc_alloc, tsc_memset = 0, tsc_free; in test_alloc_perf() local
94 tsc_alloc = rte_rdtsc_precise() - tsc_start; in test_alloc_perf()
115 alloc_time = tsc_to_us(tsc_alloc, runs_done); in test_alloc_perf()