Home
last modified time | relevance | path

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

/external/eigen/bench/
DBenchTimer.h37 CPU_TIMER = 0, enumerator
72 m_starts[CPU_TIMER] = getCpuTime(); in start()
77 m_times[CPU_TIMER] = getCpuTime() - m_starts[CPU_TIMER]; in stop()
93 inline double value(int TIMER = CPU_TIMER) const
100 inline double best(int TIMER = CPU_TIMER) const
107 inline double worst(int TIMER = CPU_TIMER) const
114 inline double total(int TIMER = CPU_TIMER) const
Dbench_gemm.cpp202 … << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << … in main()
209 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
220 … << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << … in main()
222 …:cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmon… in main()
238 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
251 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
264 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
Dquatmul.cpp33 …d::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(C… in bench()
36 …d::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(C… in bench()