Home
last modified time | relevance | path

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

/dpdk/app/test-flow-perf/
H A Dmain.c1037 print_rules_batches(double *cpu_time_per_batch) in print_rules_batches() argument
1044 if (!cpu_time_per_batch[idx]) in print_rules_batches()
1051 cpu_time_per_batch[idx], rate); in print_rules_batches()
1181 double cpu_time_per_batch[MAX_BATCHES_COUNT] = { 0 }; in meters_handler() local
1204 cpu_time_per_batch[rules_batch_idx] = in meters_handler()
1207 cpu_time_used += cpu_time_per_batch[rules_batch_idx]; in meters_handler()
1214 print_rules_batches(cpu_time_per_batch); in meters_handler()
1300 double cpu_time_per_batch[MAX_BATCHES_COUNT] = { 0 }; in destroy_flows() local
1340 print_rules_batches(cpu_time_per_batch); in destroy_flows()
1361 double cpu_time_per_batch[MAX_BATCHES_COUNT] = { 0 }; in insert_flows() local
[all …]