Home
last modified time | relevance | path

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

/dpdk/app/test-bbdev/
H A Dtest_bbdev_perf.c146 double ops_per_sec; member
2741 tp->ops_per_sec += ((double)num_ops) / in dequeue_event_callback()
3198 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_dec()
3328 tp->ops_per_sec = ((double)num_ops * 1) / in bler_pmd_lcore_ldpc_dec()
3450 tp->ops_per_sec = ((double)num_ops * TEST_REPETITIONS) / in throughput_pmd_lcore_ldpc_dec()
3648 t_params[iter].lcore_id, t_params[iter].ops_per_sec, in print_enc_throughput()
3650 total_mops += t_params[iter].ops_per_sec; in print_enc_throughput()
3670 t_params[core_idx].ops_per_sec, in print_dec_throughput()
3673 total_mops += t_params[core_idx].ops_per_sec; in print_dec_throughput()
3937 tp->ops_per_sec /= TEST_REPETITIONS; in throughput_test()
[all …]