Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_throughput.c133 for (i = 0; i < ctx->options->total_ops; i++) in cperf_throughput_test_runner()
155 while (ops_enqd_total < ctx->options->total_ops) { in cperf_throughput_test_runner()
158 <= ctx->options->total_ops) ? in cperf_throughput_test_runner()
160 ctx->options->total_ops - in cperf_throughput_test_runner()
244 while (ops_deqd_total < ctx->options->total_ops) { in cperf_throughput_test_runner()
264 double ops_per_second = ((double)ctx->options->total_ops / in cperf_throughput_test_runner()
273 ctx->options->total_ops); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c99 ctx->options->total_ops, 0); in cperf_latency_test_constructor()
157 for (i = 0; i < ctx->options->total_ops; i++) in cperf_latency_test_runner()
179 while (enqd_tot < ctx->options->total_ops) { in cperf_latency_test_runner()
182 <= ctx->options->total_ops) ? in cperf_latency_test_runner()
184 ctx->options->total_ops - in cperf_latency_test_runner()
266 while (deqd_tot < ctx->options->total_ops) { in cperf_latency_test_runner()
315 for (i = 0; i < ctx->options->total_ops; i++) { in cperf_latency_test_runner()
329 printf("\n# total operations: %u", ctx->options->total_ops); in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c154 uint32_t iter_ops_left = state->opts->total_ops - cur_op; in pmd_cyclecount_bench_ops()
319 for (cur_op = 0; cur_op < state->opts->total_ops; in pmd_cyclecount_bench_burst_sz()
341 while (cur_op < state->opts->total_ops) { in pmd_cyclecount_bench_burst_sz()
342 uint32_t iter_ops_left = state->opts->total_ops - cur_op; in pmd_cyclecount_bench_burst_sz()
386 state->cycles_per_build = (double)tsc_op / state->opts->total_ops; in pmd_cyclecount_bench_burst_sz()
H A Dcperf_test_verify.c277 while (ops_enqd_total < ctx->options->total_ops) { in cperf_verify_test_runner()
280 <= ctx->options->total_ops) ? in cperf_verify_test_runner()
282 ctx->options->total_ops - in cperf_verify_test_runner()
363 while (ops_deqd_total < ctx->options->total_ops) { in cperf_verify_test_runner()
H A Dcperf_options.h91 uint32_t total_ops; member
H A Dcperf_options_parsing.c292 int ret = parse_uint32_t(&opts->total_ops, arg); in parse_total_ops()
297 if (opts->total_ops == 0) { in parse_total_ops()
863 opts->total_ops = 10000000; in cperf_options_default()
1238 printf("# total number of ops: %u\n", opts->total_ops); in cperf_options_dump()
/f-stack/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.c251 uint32_t total_ops = mem->total_bufs; in main_loop() local
391 while (total_deq_ops < total_ops) { in main_loop()