Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_member_perf.c229 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
231 cycles[type][params->cycle][ADD] = time_taken / KEYS_TO_ADD; in timed_adds()
264 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
266 cycles[type][params->cycle][LOOKUP] = time_taken / NUM_LOOKUPS; in timed_lookups()
311 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_bulk() local
351 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch() local
405 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch_bulk() local
407 cycles[type][params->cycle][LOOKUP_MULTI_BULK] = time_taken / in timed_lookups_multimatch_bulk()
432 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
434 cycles[type][params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()
[all …]
H A Dtest_efd_perf.c189 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
191 cycles[params->cycle][ADD] = time_taken / KEYS_TO_ADD; in timed_adds()
222 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
224 cycles[params->cycle][LOOKUP] = time_taken / NUM_LOOKUPS; in timed_lookups()
266 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() local
268 cycles[params->cycle][LOOKUP_MULTI] = time_taken / NUM_LOOKUPS; in timed_lookups_multi()
295 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
297 cycles[params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()
H A Dtest_hash_perf.c309 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
311 cycles[table_index][ADD][with_hash][with_data] = time_taken/keys_to_add; in timed_adds()
386 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
388 cycles[table_index][LOOKUP][with_hash][with_data] = time_taken/num_lookups; in timed_lookups()
512 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() local
515 time_taken/num_lookups; in timed_lookups_multi()
551 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
553 cycles[table_index][DELETE][with_hash][with_data] = time_taken/keys_to_add; in timed_deletes()