Searched refs:drops_mean (Results 1 – 1 of 1) sorted by relevance
124 double hits_mean = 0.0, drops_mean = 0.0, total_ops_mean = 0.0; in hits_drops_report_final() local130 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()132 total_ops_mean = hits_mean + drops_mean; in hits_drops_report_final()139 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final()140 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final()154 drops_mean, drops_stddev); in hits_drops_report_final()