Searched refs:to_thrpt_estimate (Results 1 – 2 of 2) sorted by relevance
604 let to_thrpt_estimate = |ratio: f64| 1.0 / (1.0 + ratio) - 1.0; in measurement_complete() localVariable606 format::change(to_thrpt_estimate(point_estimate), true); in measurement_complete()655 to_thrpt_estimate(mean_est.confidence_interval.upper_bound), in measurement_complete()660 to_thrpt_estimate(mean_est.confidence_interval.lower_bound), in measurement_complete()
607 let to_thrpt_estimate = |ratio: f64| 1.0 / (1.0 + ratio) - 1.0; in comparison() localVariable609 point: format::change(to_thrpt_estimate(mean_est.point_estimate), true), in comparison()611 to_thrpt_estimate(mean_est.confidence_interval.lower_bound), in comparison()615 to_thrpt_estimate(mean_est.confidence_interval.upper_bound), in comparison()