|
BWE Simulation Framework: Standard plot logging
-- Made plot logging from MetricRecorder and from RateCounterFilter/PacketReceiver standard to fit python and shell plotting scripts likewise.
-- RateCounterFilter is initialized with algorithm name.
-- Removed spare commas and duplicated flow ids from RateCounterFilter name.
-- Added optional plot_delay and plot_loss in MetricRecorder.
-- PacketReceiver can plot directly plot delay if there is no metric_recorder_.
-- Added comments to plot scripts.
R=stefan@webrtc.org
Committed: https://chromium.googlesource.com/external/webrtc/+/d55ce2ddb9eb67e237725820b751f404df6dba0d
Total comments: 18
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+248 lines, -163 lines) |
Patch |
 |
M |
webrtc/modules/remote_bitrate_estimator/bwe_simulations.cc
|
View
|
1
2
3
|
13 chunks |
+29 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimators_test.cc
|
View
|
1
2
3
|
9 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc
|
View
|
1
2
3
|
5 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc
|
View
|
1
2
3
|
4 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc
|
View
|
1
2
3
|
2 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/packet_receiver.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc
|
View
|
1
2
3
|
3 chunks |
+29 lines, -22 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh
|
View
|
1
2
3
|
5 chunks |
+62 lines, -54 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py
|
View
|
1
2
3
|
4 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh
|
View
|
1
2
3
|
1 chunk |
+23 lines, -9 lines |
0 comments
|
Download
|
Total messages: 16 (2 generated)
|