Public Member Functions | |
| void | push (const Timer &t) |
| Add t to timers list. | |
| std::ostream & | print (std::ostream &o) const |
| Display all timers + summary. | |
| Timer | sum () const |
| Sum of all the timers. | |
| Timer | mean () const |
| Arithmetic mean of all the timers. | |
| Timer | min () const |
| Smallest profile. | |
| Timer | max () const |
| Largest profile. | |
Definition at line 33 of file misc/bencher.hh.
1.5.2