Searched refs:drops_mean (Results 1 – 1 of 1) sorted by relevance
123 double hits_mean = 0.0, drops_mean = 0.0, total_ops_mean = 0.0; in hits_drops_report_final() local129 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final()131 total_ops_mean = hits_mean + drops_mean; in hits_drops_report_final()138 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final()139 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final()153 drops_mean, drops_stddev); in hits_drops_report_final()