Lines Matching refs:hits
39 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress()
54 total_hits += res[i].hits; in false_hits_report_final()
71 hits_per_sec = res->hits / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress()
127 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()
134 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in hits_drops_report_final()
135 (hits_mean - res[i].hits / 1000000.0) / in hits_drops_report_final()
140 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
161 hits_per_sec = res->hits / 1000000.0 / (delta_ns / 1000000000.0); in ops_report_progress()
175 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in ops_report_final()
179 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in ops_report_final()
180 (hits_mean - res[i].hits / 1000000.0) / in ops_report_final()
196 hits_per_sec = res->hits / 1000000.0 / delta_sec; in local_storage_report_progress()
212 hits_mean += res[i].hits / 1000000.0 / (0.0 + res_cnt); in local_storage_report_final()
218 hits_stddev += (hits_mean - res[i].hits / 1000000.0) * in local_storage_report_final()
219 (hits_mean - res[i].hits / 1000000.0) / in local_storage_report_final()