Home
last modified time | relevance | path

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

/dpdk/examples/l2fwd-jobstats/
H A Dmain.c138 uint64_t stats_period, loop_count; in show_lcore_stats() local
162 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats()
224 "Stats duration:", cycles_to_ns(stats_period), in show_lcore_stats()
227 cycles_to_ns(exec), exec * 100.0 / stats_period, in show_lcore_stats()
232 cycles_to_ns(management), management * 100.0 / stats_period, in show_lcore_stats()
237 cycles_to_ns(busy), busy * 100.0 / stats_period, in show_lcore_stats()
242 cycles_to_ns(idle_exec), idle_exec * 100.0 / stats_period, in show_lcore_stats()
257 cycles_to_ns(jobs_exec[i]), jobs_exec[i] * 100.0 / stats_period, in show_lcore_stats()
274 cycles_to_ns(flush_exec), flush_exec * 100.0 / stats_period, in show_lcore_stats()
/dpdk/app/test-pmd/
H A Dtestpmd.c217 uint16_t stats_period; /**< Period to show statistics (disabled by default) */ variable
4298 if (stats_period != 0) { in main()
4303 timer_period = stats_period * rte_get_timer_hz(); in main()
H A Dtestpmd.h512 extern uint16_t stats_period;
H A Dparameters.c768 stats_period = n; in launch_args_parse()