| 280 | } |
| 281 | |
| 282 | Duration DurationSegment::startEarly() const |
| 283 | { |
| 284 | // When startEarly_ < releaseTime_, we need to wait until at least |
| 285 | // releaseTime_ before we can start. |
| 286 | return std::max(startEarly_, releaseTime_); |
| 287 | } |
| 288 | |
| 289 | Duration DurationSegment::startLate() const |
| 290 | { |
no outgoing calls
no test coverage detected