Home
last modified time | relevance | path

Searched refs:current_fit (Results 1 – 1 of 1) sorted by relevance

/third_party/benchmark/src/
Dcomplexity.cc143 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() local
144 if (current_fit.rms < best_fit.rms) { in MinimalLeastSq()
145 best_fit = current_fit; in MinimalLeastSq()