Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite.c274 unsigned long long int cycles_per_insertion = in test_hash_readwrite_functional() local
483 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
486 perf_results->read_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
488 cycles_per_insertion); in test_hash_readwrite_perf()
492 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
495 perf_results->write_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
497 cycles_per_insertion); in test_hash_readwrite_perf()
577 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
582 cycles_per_insertion); in test_hash_readwrite_perf()
586 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
[all …]
H A Dtest_hash_multiwriter.c240 unsigned long long int cycles_per_insertion = in test_hash_multiwriter() local
244 printf(" cycles per insertion: %llu\n", cycles_per_insertion); in test_hash_multiwriter()