Lines Matching refs:res_cnt
69 void hits_drops_report_final(struct bench_res res[], int res_cnt) in hits_drops_report_final() argument
75 for (i = 0; i < res_cnt; i++) { in hits_drops_report_final()
76 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
77 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
80 if (res_cnt > 1) { in hits_drops_report_final()
81 for (i = 0; i < res_cnt; i++) { in hits_drops_report_final()
84 (res_cnt - 1.0); in hits_drops_report_final()
87 (res_cnt - 1.0); in hits_drops_report_final()
298 int res_cnt; member
421 int iter = state.res_cnt++; in collect_measurements()
461 state.res_cnt - env.warmup_sec); in main()