Home
last modified time | relevance | path

Searched refs:jobs_exec_cnt (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c144 uint64_t jobs_exec_cnt[port_cnt], jobs_period[port_cnt]; in show_lcore_stats() local
177 jobs_exec_cnt[i] = job->exec_cnt; in show_lcore_stats()
253 "Exec count:", jobs_exec_cnt[i], in show_lcore_stats()
257 cycles_to_ns(jobs_exec_cnt[i] ? jobs_exec[i] / jobs_exec_cnt[i] in show_lcore_stats()