Searched refs:end_tsc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_timer_perf.c | 61 end_tsc = rte_rdtsc(); in test_timer_perf() 63 end_tsc-start_tsc, (end_tsc-start_tsc+ticks_per_ms/2)/(ticks_per_ms)); in test_timer_perf() 65 (end_tsc-start_tsc)/iterations, in test_timer_perf() 75 end_tsc = rte_rdtsc(); in test_timer_perf() 77 end_tsc-start_tsc, (end_tsc-start_tsc+ticks_per_ms/2)/(ticks_per_ms)); in test_timer_perf() 79 (end_tsc-start_tsc)/iterations, in test_timer_perf() 87 end_tsc = rte_rdtsc(); in test_timer_perf() 89 end_tsc-start_tsc, (end_tsc-start_tsc+ticks_per_ms/2)/(ticks_per_ms)); in test_timer_perf() 91 (end_tsc-start_tsc)/iterations, in test_timer_perf() 115 end_tsc = rte_rdtsc(); in test_timer_perf() [all …]
|
| H A D | test_member_perf.c | 228 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 229 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() 263 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 264 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() 310 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_bulk() local 311 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_bulk() 350 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multimatch() local 351 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multimatch() 404 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multimatch_bulk() local 431 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local [all …]
|
| H A D | test_efd_perf.c | 188 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 189 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() 221 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 222 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() 265 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local 266 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() 294 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local 295 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes()
|
| H A D | test_hash_perf.c | 308 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 309 const uint64_t time_taken = end_tsc - start_tsc; in timed_adds() 385 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 386 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups() 511 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local 512 const uint64_t time_taken = end_tsc - start_tsc; in timed_lookups_multi() 550 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local 551 const uint64_t time_taken = end_tsc - start_tsc; in timed_deletes()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1825 …uint64_t prev_tsc, diff_tsc, cur_tsc, usch_tsc, div_tsc, usr_tsc, sys_tsc, end_tsc, idle_sleep_tsc; local 1927 end_tsc = rte_rdtsc(); 1929 end_tsc = idle_sleep_tsc; 1943 ff_top_status.work_tsc += end_tsc - cur_tsc; 1944 ff_top_status.idle_tsc += end_tsc - cur_tsc - usr_tsc - sys_tsc;
|