Searched refs:timerBDC (Results 1 – 1 of 1) sorted by relevance
38 BenchTimer timerBDC; in bench_svd() local40 timerBDC.reset(); in bench_svd()45 timerBDC.start(); in bench_svd()50 timerBDC.stop(); in bench_svd()61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()63 if (timerBDC.value() >= timerJacobi.value()) in bench_svd()64 …cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()66 …cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()72 timerBDC.reset(); in bench_svd()76 timerBDC.start(); in bench_svd()[all …]