Searched refs:stats_period (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 137 uint64_t stats_period, loop_count; in show_lcore_stats() local 161 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats() 223 "Stats duration:", cycles_to_ns(stats_period), in show_lcore_stats() 226 cycles_to_ns(exec), exec * 100.0 / stats_period, in show_lcore_stats() 231 cycles_to_ns(management), management * 100.0 / stats_period, in show_lcore_stats() 236 cycles_to_ns(busy), busy * 100.0 / stats_period, in show_lcore_stats() 241 cycles_to_ns(idle_exec), idle_exec * 100.0 / stats_period, in show_lcore_stats() 256 cycles_to_ns(jobs_exec[i]), jobs_exec[i] * 100.0 / stats_period, in show_lcore_stats() 273 cycles_to_ns(flush_exec), flush_exec * 100.0 / stats_period, in show_lcore_stats()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 204 uint16_t stats_period; /**< Period to show statistics (disabled by default) */ variable 3993 if (stats_period != 0) { in main() 3998 timer_period = stats_period * rte_get_timer_hz(); in main()
|
| H A D | testpmd.h | 454 extern uint16_t stats_period;
|
| H A D | parameters.c | 759 stats_period = n; in launch_args_parse()
|