Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-jobstats/
H A Dmain.c145 uint64_t jobs_exec_cnt[port_cnt], jobs_period[port_cnt]; in show_lcore_stats() local
178 jobs_exec_cnt[i] = job->exec_cnt; in show_lcore_stats()
254 "Exec count:", jobs_exec_cnt[i], in show_lcore_stats()
258 cycles_to_ns(jobs_exec_cnt[i] ? jobs_exec[i] / jobs_exec_cnt[i] in show_lcore_stats()