| 248 | } |
| 249 | |
| 250 | void AddBytesSentCounter(RuntimeProfile::Counter* counter) { |
| 251 | bytes_sent_counters_.push_back(counter); |
| 252 | } |
| 253 | |
| 254 | /// Computes the ratio between the bytes sent and the bytes read by this runtime state's |
| 255 | /// fragment instance. For fragment instances that don't scan data, this returns 0. |