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

/external/eigen/bench/
H A DbenchEigenSolver.cpp39 int stdRepeats = std::max(1,int((REPEAT*1000)/(rows*rows*sqrt(rows)))); local
40 int saRepeats = stdRepeats * 4;
72 for (int k=0; k<stdRepeats; ++k)
87 << timerStd.value() * REPEAT / stdRepeats << "s"; local
113 // for (int k=0; k<stdRepeats; ++k)
123 << /*timerStd.value() * REPEAT / stdRepeats << "s"*/ " na ";
158 for (int k=0; k<stdRepeats; ++k)
169 << timerStd.value() * REPEAT / stdRepeats << "s"; local

Completed in 156 milliseconds