Searched defs:end_tsc (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_member_perf.c | 228 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 263 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 310 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_bulk() local 350 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multimatch() local 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 477 const uint64_t end_tsc = rte_rdtsc(); in timed_miss_lookup() local
|
| H A D | test_efd_perf.c | 188 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 221 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 265 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local 294 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local
|
| H A D | test_hash_perf.c | 308 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local 385 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local 511 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local 550 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local
|
| H A D | test_timer_perf.c | 42 uint64_t start_tsc, end_tsc, delay_start; in test_timer_perf() local
|
| /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
|