| 240 | } |
| 241 | |
| 242 | RuntimeProfile::ThreadCounters* total_thread_statistics() const { |
| 243 | return total_thread_statistics_; |
| 244 | } |
| 245 | |
| 246 | void AddBytesReadCounter(RuntimeProfile::Counter* counter) { |
| 247 | bytes_read_counters_.push_back(counter); |
no outgoing calls
no test coverage detected