Searched refs:total_ops (Results 1 – 9 of 9) sorted by relevance
138 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()
98 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()
151 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()
240 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()
94 uint32_t total_ops; member
295 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()
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()
250 uint32_t total_ops = mem->total_bufs; in main_loop() local390 while (total_deq_ops < total_ops) { in main_loop()