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