Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c138 for (i = 0; i < ctx->options->total_ops; i++) in cperf_throughput_test_runner()
160 while (ops_enqd_total < ctx->options->total_ops) { in cperf_throughput_test_runner()
163 <= ctx->options->total_ops) ? in cperf_throughput_test_runner()
165 ctx->options->total_ops - in cperf_throughput_test_runner()
250 while (ops_deqd_total < ctx->options->total_ops) { in cperf_throughput_test_runner()
270 double ops_per_second = ((double)ctx->options->total_ops / in cperf_throughput_test_runner()
279 ctx->options->total_ops); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c98 ctx->options->total_ops, 0); in cperf_latency_test_constructor()
156 for (i = 0; i < ctx->options->total_ops; i++) in cperf_latency_test_runner()
178 while (enqd_tot < ctx->options->total_ops) { in cperf_latency_test_runner()
181 <= ctx->options->total_ops) ? in cperf_latency_test_runner()
183 ctx->options->total_ops - in cperf_latency_test_runner()
271 while (deqd_tot < ctx->options->total_ops) { in cperf_latency_test_runner()
322 for (i = 0; i < ctx->options->total_ops; i++) { in cperf_latency_test_runner()
336 printf("\n# total operations: %u", ctx->options->total_ops); in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c151 uint32_t iter_ops_left = state->opts->total_ops - cur_op; in pmd_cyclecount_bench_ops()
316 for (cur_op = 0; cur_op < state->opts->total_ops; in pmd_cyclecount_bench_burst_sz()
338 while (cur_op < state->opts->total_ops) { in pmd_cyclecount_bench_burst_sz()
339 uint32_t iter_ops_left = state->opts->total_ops - cur_op; in pmd_cyclecount_bench_burst_sz()
383 state->cycles_per_build = (double)tsc_op / state->opts->total_ops; in pmd_cyclecount_bench_burst_sz()
H A Dcperf_test_verify.c240 while (ops_enqd_total < ctx->options->total_ops) { in cperf_verify_test_runner()
243 <= ctx->options->total_ops) ? in cperf_verify_test_runner()
245 ctx->options->total_ops - in cperf_verify_test_runner()
326 while (ops_deqd_total < ctx->options->total_ops) { in cperf_verify_test_runner()
H A Dcperf_options.h94 uint32_t total_ops; member
H A Dcperf_options_parsing.c295 int ret = parse_uint32_t(&opts->total_ops, arg); in parse_total_ops()
300 if (opts->total_ops == 0) { in parse_total_ops()
897 opts->total_ops = 10000000; in cperf_options_default()
1308 printf("# total number of ops: %u\n", opts->total_ops); in cperf_options_dump()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c126 uint32_t total_ops = mem->total_bufs; in main_loop() local
248 while (total_deq_ops < total_ops) { in main_loop()
H A Dcomp_perf_test_verify.c129 uint32_t total_ops = mem->total_bufs; in main_loop() local
284 while (total_deq_ops < total_ops) { in main_loop()
H A Dcomp_perf_test_cyclecount.c250 uint32_t total_ops = mem->total_bufs; in main_loop() local
390 while (total_deq_ops < total_ops) { in main_loop()