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

/external/eigen/bench/
H A DbenchCholesky.cpp49 BenchTimer timerNoSqrt, timerSqrt; local
56 timerNoSqrt.start();
62 timerNoSqrt.stop();
81 << (timerNoSqrt.value() * REPEAT) / repeats << "s "
82 << "(" << 1e-6 * cost*repeats/timerNoSqrt.value() << " MFLOPS)\t"

Completed in 220 milliseconds