Searched refs:total_ops (Results 1 – 9 of 9) sorted by relevance
133 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()
99 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()
154 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()
277 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()
91 uint32_t total_ops; member
292 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()
126 uint32_t total_ops = mem->total_bufs; in main_loop() local248 while (total_deq_ops < total_ops) { in main_loop()
129 uint32_t total_ops = mem->total_bufs; in main_loop() local284 while (total_deq_ops < total_ops) { in main_loop()
251 uint32_t total_ops = mem->total_bufs; in main_loop() local391 while (total_deq_ops < total_ops) { in main_loop()