Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_readwrite.c271 unsigned long long int cycles_per_insertion = in test_hash_readwrite_functional() local
477 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
480 perf_results->read_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
482 cycles_per_insertion); in test_hash_readwrite_perf()
486 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
489 perf_results->write_only[n] = cycles_per_insertion; in test_hash_readwrite_perf()
491 cycles_per_insertion); in test_hash_readwrite_perf()
571 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
576 cycles_per_insertion); in test_hash_readwrite_perf()
580 unsigned long long int cycles_per_insertion = in test_hash_readwrite_perf() local
[all …]
H A Dtest_hash_multiwriter.c237 unsigned long long int cycles_per_insertion = in test_hash_multiwriter() local
241 printf(" cycles per insertion: %llu\n", cycles_per_insertion); in test_hash_multiwriter()