Home
last modified time | relevance | path

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

/external/eigen/bench/
DbenchCholesky.cpp49 BenchTimer timerNoSqrt, timerSqrt; in benchLLT() local
67 timerSqrt.start(); in benchLLT()
73 timerSqrt.stop(); in benchLLT()
83 << (timerSqrt.value() * REPEAT) / repeats << "s " in benchLLT()
84 << "(" << 1e-6 * cost*repeats/timerSqrt.value() << " MFLOPS)\n"; in benchLLT()
90 timerSqrt.reset(); in benchLLT()
98 timerSqrt.start(); in benchLLT()
105 timerSqrt.stop(); in benchLLT()
109 << timerSqrt.value() * REPEAT / repeats << "s"; in benchLLT()