| 285 | void SetLabel(const std::string& l) { label = l; } |
| 286 | void BytesProcessed(int64 n) { bytes_processed = n; } |
| 287 | void ItemsProcessed(int64 n) { items_processed = n; } |
| 288 | void StartTiming() { |
| 289 | if (start_time == 0) start_time = env->NowMicros(); |
| 290 | } |
no outgoing calls
no test coverage detected