Lines Matching refs:TIMER
93 inline double value(int TIMER = CPU_TIMER) const
95 return m_times[TIMER];
100 inline double best(int TIMER = CPU_TIMER) const
102 return m_bests[TIMER];
107 inline double worst(int TIMER = CPU_TIMER) const
109 return m_worsts[TIMER];
114 inline double total(int TIMER = CPU_TIMER) const
116 return m_totals[TIMER];
163 #define BENCH(TIMER,TRIES,REP,CODE) { \ argument
164 TIMER.reset(); \
166 TIMER.start(); \
170 TIMER.stop(); \