Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c3614 double total_mops = 0, total_mbps = 0; in print_enc_throughput() local
3621 total_mops += t_params[iter].ops_per_sec; 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
3644 total_mops += t_params[core_idx].ops_per_sec; in print_dec_throughput()
3651 used_cores, total_mops, total_mbps, iter_count); in print_dec_throughput()