Home
last modified time | relevance | path

Searched defs:start_tsc (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_member_perf.c293 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
320 const uint64_t start_tsc = rte_rdtsc(); in timed_adds_sketch() local
357 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
393 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_sketch() local
426 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_bulk() local
471 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch() local
514 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multimatch_bulk() local
566 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
606 const uint64_t start_tsc = rte_rdtsc(); in timed_miss_lookup() local
H A Dtest_efd_perf.c180 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
208 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
244 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
286 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_thash_perf.c45 uint64_t start_tsc, end_tsc; in run_rss_calc() local
74 uint64_t start_tsc, end_tsc; in run_rss_calc_bulk() local
H A Dtest_hash_perf.c255 const uint64_t start_tsc = rte_rdtsc(); in timed_adds() local
316 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups() local
409 const uint64_t start_tsc = rte_rdtsc(); in timed_lookups_multi() local
529 const uint64_t start_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_timer_perf.c42 uint64_t start_tsc, end_tsc, delay_start; in test_timer_perf() local
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_common.h115 volatile uint64_t start_tsc = rte_rdtsc(); in work() local