Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l2fwd-jobstats/
H A Dmain.c153 uint64_t collection_time = rte_get_timer_cycles(); in show_lcore_stats() local
208 collection_time = rte_get_timer_cycles() - collection_time; in show_lcore_stats()
221 lcore_id, cycles_to_ns(collection_time), in show_lcore_stats()