Lines Matching refs:time
73 // Find the coefficient for the high-order term in the running time, by
77 // - time : Vector containing the times for the benchmark tests.
84 const std::vector<double>& time,
94 sigma_time += time[i];
95 sigma_time_gn += time[i] * gn_i;
108 rms += pow((time[i] - fit), 2);
118 // Find the coefficient for the high-order term in the running time, by
121 // - time : Vector containing the times for the benchmark tests.
126 const std::vector<double>& time, const BigO complexity) {
127 BM_CHECK_EQ(n.size(), time.size());
138 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
143 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
150 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));
211 // All the time results are reported after being multiplied by the
212 // time unit multiplier. But since RMS is a relative quantity it
235 // don't forget to keep the time unit, or we won't be able to