Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c1177 uint64_t start_batch; in meters_handler() local
1190 start_batch = rte_get_timer_cycles(); in meters_handler()
1208 start_batch = rte_get_timer_cycles(); in meters_handler()
1297 clock_t start_batch, end_batch; in destroy_flows() local
1311 start_batch = rte_get_timer_cycles(); in destroy_flows()
1330 delta = (double) (end_batch - start_batch); in destroy_flows()
1334 start_batch = rte_get_timer_cycles(); in destroy_flows()
1357 clock_t start_batch, end_batch; in insert_flows() local
1409 start_batch = rte_get_timer_cycles(); in insert_flows()
1447 delta = (double) (end_batch - start_batch); in insert_flows()
[all …]