Searched refs:sc_end (Results 1 – 2 of 2) sorted by relevance
43 const uint64_t sc_end = rte_rdtsc(); in test_empty_dequeue() local52 (double)(sc_end - sc_start) / iterations); in test_empty_dequeue()76 const uint64_t sc_end = rte_rdtsc_precise(); in test_single_enqueue_dequeue() local89 (sc_end-sc_start) >> iter_shift); in test_single_enqueue_dequeue()111 const uint64_t sc_end = rte_rdtsc(); in test_bulk_enqueue_dequeue() local122 double sc_avg = ((double)(sc_end-sc_start) / in test_bulk_enqueue_dequeue()
121 uint64_t sc_end = rte_rdtsc(); in test_lru_update() local126 __func__, sc_start, sc_end); in test_lru_update()128 (long unsigned int)((sc_end-sc_start)/(iterations*4))); in test_lru_update()