| 28 | |
| 29 | |
| 30 | void TimerGroup::Reset() |
| 31 | { |
| 32 | timers.resize(TIMER_DEPTH); |
| 33 | for (unsigned i = 0; i < timers.size(); i++) |
| 34 | timers[i].Reset(); |
| 35 | } |
| 36 | |
| 37 | |
| 38 | void TimerGroup::SetNames(const string& baseName) |
nothing calls this directly
no outgoing calls
no test coverage detected