Home
last modified time | relevance | path

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

12

/dports/math/eigen3/eigen-3.3.9/bench/
H A Dbench_gemm.cpp263 … << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << … in main()
270 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
281 … << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << … in main()
283 …:cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmon… in main()
292 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
308 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
321 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
334 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
H A DBenchTimer.h44 CPU_TIMER = 0, enumerator
79 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) const
107 inline double best(int TIMER = CPU_TIMER) const
114 inline double worst(int TIMER = CPU_TIMER) const
121 inline double total(int TIMER = CPU_TIMER) const
H A 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()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/
H A Dbench_gemm.cpp263 … << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << … in main()
270 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
281 … << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << … in main()
283 …:cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmon… in main()
292 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
308 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
321 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
334 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
H A DBenchTimer.h44 CPU_TIMER = 0, enumerator
79 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) const
107 inline double best(int TIMER = CPU_TIMER) const
114 inline double worst(int TIMER = CPU_TIMER) const
121 inline double total(int TIMER = CPU_TIMER) const
H A 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()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/
H A Dbench_gemm.cpp262 … << 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()
H A DBenchTimer.h44 CPU_TIMER = 0, enumerator
79 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) const
107 inline double best(int TIMER = CPU_TIMER) const
114 inline double worst(int TIMER = CPU_TIMER) const
121 inline double total(int TIMER = CPU_TIMER) const
H A 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()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/
H A Dbench_gemm.cpp263 … << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << … in main()
270 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
281 … << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << … in main()
283 …:cout << "mt speed up x" << tmono.best(CPU_TIMER) / tmt.best(REAL_TIMER) << " => " << (100.0*tmon… in main()
292 … " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << … in main()
308 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
321 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
334 …cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << … in main()
H A DBenchTimer.h44 CPU_TIMER = 0, enumerator
79 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) const
107 inline double best(int TIMER = CPU_TIMER) const
114 inline double worst(int TIMER = CPU_TIMER) const
121 inline double total(int TIMER = CPU_TIMER) const
H A 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()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/
H A Dbench_gemm.cpp262 … << 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()
H A DBenchTimer.h44 CPU_TIMER = 0, enumerator
79 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) const
107 inline double best(int TIMER = CPU_TIMER) const
114 inline double worst(int TIMER = CPU_TIMER) const
121 inline double total(int TIMER = CPU_TIMER) const
H A 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()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/
H A 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
H A 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()
H A 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()
/dports/emulators/hercules/hercules-3.13/
H A Dtimer.c84 if (CPU_TIMER(regs) < 0) in update_cpu_timer()
100 if (CPU_TIMER(regs->guestregs) < 0) in update_cpu_timer()
H A Dexternal.c285 if ( CPU_TIMER(regs) < 0 in ARCH_DEP()
291 (long long)CPU_TIMER(regs) << 8); in ARCH_DEP()
H A Dclock.h96 #define CPU_TIMER(_regs) \ macro
H A Dsie.c637 if(CPU_TIMER(GUESTREGS) < 0) in DEF_INST()
H A Decpsvm.c411 if(CPU_TIMER(regs) < 0) \
H A Dhsccmd.c1338 cpt_now = CPU_TIMER(regs); in clocks_cmd()
1345 vcpt_now = CPU_TIMER(regs->guestregs); in clocks_cmd()
H A Dcontrol.c4631 if( CPU_TIMER(regs) < 0 ) in DEF_INST()
6462 if( CPU_TIMER(regs) < 0 ) in DEF_INST()

12