Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_member_perf.c240 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
242 cycles[type][params->cycle][ADD] = time_taken / KEYS_TO_ADD; in timed_adds()
275 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
277 cycles[type][params->cycle][LOOKUP] = time_taken / NUM_LOOKUPS; in timed_lookups()
322 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_bulk() local
362 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch() local
416 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch_bulk() local
418 cycles[type][params->cycle][LOOKUP_MULTI_BULK] = time_taken / in timed_lookups_multimatch_bulk()
443 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
445 cycles[type][params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()
[all …]
H A Dtest_efd_perf.c199 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
201 cycles[params->cycle][ADD] = time_taken / KEYS_TO_ADD; in timed_adds()
232 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
234 cycles[params->cycle][LOOKUP] = time_taken / NUM_LOOKUPS; in timed_lookups()
276 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() local
278 cycles[params->cycle][LOOKUP_MULTI] = time_taken / NUM_LOOKUPS; in timed_lookups_multi()
305 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
307 cycles[params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()
H A Dtest_hash_perf.c304 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local
306 cycles[table_index][OP_ADD][with_hash][with_data] = time_taken/keys_to_add; in timed_adds()
381 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() local
383 cycles[table_index][OP_LOOKUP][with_hash][with_data] = time_taken/num_lookups; in timed_lookups()
507 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() local
510 time_taken/num_lookups; in timed_lookups_multi()
546 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local
548 cycles[table_index][OP_DELETE][with_hash][with_data] = time_taken/keys_to_add; in timed_deletes()