Home
last modified time | relevance | path

Searched refs:best_fit (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/src/
H A Dcomplexity.cc132 LeastSq best_fit;
138 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
139 best_fit.complexity = o1;
144 if (current_fit.rms < best_fit.rms) {
145 best_fit = current_fit;
146 best_fit.complexity = fit;
150 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));
151 best_fit.complexity = complexity;
154 return best_fit;

Completed in 1 milliseconds