Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c325 unsigned int keys_to_add, num_lookups; in timed_lookups() local
329 num_lookups = NUM_LOOKUPS * ADD_PERCENT; in timed_lookups()
332 num_lookups = NUM_LOOKUPS; in timed_lookups()
334 for (i = 0; i < num_lookups / keys_to_add; i++) { in timed_lookups()
388 cycles[table_index][LOOKUP][with_hash][with_data] = time_taken/num_lookups; in timed_lookups()
404 unsigned int keys_to_add, num_lookups; in timed_lookups_multi() local
408 num_lookups = NUM_LOOKUPS * ADD_PERCENT; in timed_lookups_multi()
411 num_lookups = NUM_LOOKUPS; in timed_lookups_multi()
416 for (i = 0; i < num_lookups/keys_to_add; i++) { in timed_lookups_multi()
515 time_taken/num_lookups; in timed_lookups_multi()