Lines Matching refs:timerBDC
38 BenchTimer timerBDC; in bench_svd() local
40 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()
81 timerBDC.stop(); in bench_svd()
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; in bench_svd()
94 if (timerBDC.value() >= timerJacobi.value()) in bench_svd()
95 …cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()
97 …cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" … in bench_svd()