| 147 | } |
| 148 | |
| 149 | void InstructionCounter::ResetCount() { |
| 150 | for (CounterMap::value_type& counter: counters_) counter.second = 0; |
| 151 | } |
| 152 | |
| 153 | void InstructionCounter::PrintCounter(const char* name, int count, int max_count_len, |
| 154 | stringstream* stream) const { |
no outgoing calls