Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c149 uint64_t flush_exec, flush_exec_min, flush_exec_max; in show_lcore_stats() local
189 flush_exec = qconf->flush_job.exec_time; in show_lcore_stats()
273 cycles_to_ns(flush_exec), flush_exec * 100.0 / stats_period, in show_lcore_stats()
274 cycles_to_ns(flush_exec_cnt ? flush_exec / flush_exec_cnt : 0), in show_lcore_stats()