Searched refs:total_mbps (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 3614 double total_mops = 0, total_mbps = 0; in print_enc_throughput() local 3622 total_mbps += t_params[iter].mbps; in print_enc_throughput() 3626 used_cores, total_mops, total_mbps); in print_enc_throughput() 3634 double total_mops = 0, total_mbps = 0; in print_dec_throughput() local 3645 total_mbps += t_params[core_idx].mbps; in print_dec_throughput() 3651 used_cores, total_mops, total_mbps, iter_count); in print_dec_throughput() 3659 double total_mbps = 0, total_bler = 0, total_iter = 0; in print_dec_bler() local 3669 total_mbps += t_params[core_idx].mbps; in print_dec_bler() 3678 total_mbps, get_vector_filename()); in print_dec_bler()
|