Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1158)

Unified Diff: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h

Issue 2030903002: Reduce logging frequency in bwe simulations. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
index 51e29e34c220a65b557b8cf0c4d20cc209a9cd96..ca7f6dbddc028a53ce73d2c6cbeacae670a8ac8c 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.h
@@ -45,6 +45,7 @@ class FullBweSender : public BweSender, public RemoteBitrateObserver {
SendTimeHistory send_time_history_;
bool has_received_ack_;
uint16_t last_acked_seq_num_;
+ int64_t last_log_time_ms_;
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(FullBweSender);
};
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/test/estimators/send_side.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698