Searched refs:CPU_TIMER (Results 1 – 3 of 3) sorted by relevance
262 … << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << … in main()269 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()280 … << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << … in main()282 …:cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmon… in main()291 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()307 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()320 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()333 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
44 CPU_TIMER = 0, enumerator79 m_starts[CPU_TIMER] = getCpuTime(); in start()84 m_times[CPU_TIMER] = getCpuTime() - m_starts[CPU_TIMER]; in stop()100 inline double value(int TIMER = CPU_TIMER) const107 inline double best(int TIMER = CPU_TIMER) const114 inline double worst(int TIMER = CPU_TIMER) const121 inline double total(int TIMER = CPU_TIMER) const
33 …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()