|
Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true
This patch enables bwe related variable logging to the command line.
This is useful to test congestion control algorithm over real networks.
NOTRY=true
Committed: https://crrev.com/52a57037219ef340772477ffcdf7c8d98dbc9b88
Cr-Commit-Position: refs/heads/master@{#14209}
Total comments: 20
Total comments: 4
Total comments: 1
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+148 lines, -33 lines) |
Patch |
|
M |
webrtc/build/webrtc.gni
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/bitrate_controller.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/bitrate_controller/bitrate_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/congestion_controller/delay_based_bwe.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator.gypi
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
View
|
1
2
3
|
1 chunk |
+15 lines, -2 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/rtp_rtcp.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -1 line |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/rtp_rtcp/source/rtp_sender.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 48 (31 generated)
|