Home
last modified time | relevance | path

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

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