| 261 | } |
| 262 | |
| 263 | Duration DurationSegment::duration() const |
| 264 | { |
| 265 | auto const duration = cumDuration_ + duration_; |
| 266 | return duration + std::max<Duration>(startEarly() - prevEndLate_, 0); |
| 267 | } |
| 268 | |
| 269 | Duration DurationSegment::timeWarp(Duration maxDuration) const |
| 270 | { |
no outgoing calls