| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| index 338c4d8e4d38f8d95da4fddf665247a70c301c02..02848062c540d5a1e2e8dae5264460943b1de983 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc
|
| @@ -69,6 +69,7 @@ void SendSideBweSender::GiveFeedback(const FeedbackPacket& feedback) {
|
|
|
| int64_t rtt_ms =
|
| clock_->TimeInMilliseconds() - feedback.latest_send_time_ms();
|
| + // fprintf(stderr, "%ld\n", rtt_ms);
|
| bwe_->OnRttUpdate(rtt_ms, rtt_ms);
|
| BWE_TEST_LOGGING_PLOT(1, "RTT", clock_->TimeInMilliseconds(), rtt_ms);
|
|
|
|
|