Lines Matching refs:hits
40 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
55 total_hits += res[i].hits; in false_hits_report_final()
72 hits_per_sec = res->hits / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress()
128 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
135 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in hits_drops_report_final()
136 (hits_mean - res[i].hits / 1000000.0) / in hits_drops_report_final()
141 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
162 hits_per_sec = res->hits / 1000000.0 / (delta_ns / 1000000000.0); in ops_report_progress()
176 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in ops_report_final()
180 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in ops_report_final()
181 (hits_mean - res[i].hits / 1000000.0) / in ops_report_final()
197 hits_per_sec = res->hits / 1000000.0 / delta_sec; in local_storage_report_progress()
213 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in local_storage_report_final()
219 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in local_storage_report_final()
220 (hits_mean - res[i].hits / 1000000.0) / in local_storage_report_final()