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

/external/eigen/bench/
H A DbenchEigenSolver.cpp48 BenchTimer timerSa, timerStd; local
71 timerStd.start();
77 timerStd.stop();
87 << timerStd.value() * REPEAT / stdRepeats << "s";
93 timerStd.reset();
112 // timerStd.start();
118 // timerStd.stop();
123 << /*timerStd.value() * REPEAT / stdRepeats << "s"*/ " na ";
131 timerStd.reset();
157 timerStd
[all...]

Completed in 249 milliseconds