Searched refs:time_taken (Results 1 – 3 of 3) sorted by relevance
229 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local231 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() local266 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() local351 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch() local405 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch_bulk() local407 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() local434 cycles[type][params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()[all …]
189 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local191 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() local224 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() local268 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() local297 cycles[params->cycle][DELETE] = time_taken / KEYS_TO_ADD; in timed_deletes()
309 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() local311 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() local388 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() local515 time_taken/num_lookups; in timed_lookups_multi()551 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes() local553 cycles[table_index][DELETE][with_hash][with_data] = time_taken/keys_to_add; in timed_deletes()