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

Issue 1253473004: BWE Simulation Framework: Standard plot logging (Closed)

Created:
5 years, 5 months ago by magalhaesc
Modified:
5 years, 5 months ago
Reviewers:
stefan-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

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

Patch Set 1 : Made plot logging standard to fit python and shell plotting scripts. #

Patch Set 2 : Added missing comma in python script #

Total comments: 18

Patch Set 3 : Comments addressed #

Total comments: 4

Patch Set 4 : Comments addressed [2] #

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

Messages

Total messages: 16 (2 generated)
magalhaesc
Added missing comma
5 years, 5 months ago (2015-07-23 19:03:09 UTC) #2
magalhaesc
Standard plot logging - matching python and shell scripts
5 years, 5 months ago (2015-07-23 19:10:51 UTC) #3
magalhaesc
Standard plot logging - matching python and shell scripts
5 years, 5 months ago (2015-07-23 19:10:52 UTC) #4
magalhaesc
Check why plot_bars.sh is empty
5 years, 5 months ago (2015-07-23 19:13:19 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc (right): https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc#newcode500 webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc:500: bwe_type, false, false, Who is responsible for plotting delays ...
5 years, 5 months ago (2015-07-24 09:30:43 UTC) #6
magalhaesc
https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc (right): https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc#newcode500 webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc:500: bwe_type, false, false, On 2015/07/24 09:30:42, stefan-webrtc (holmer) wrote: ...
5 years, 5 months ago (2015-07-24 11:46:40 UTC) #7
magalhaesc
Comments addressed
5 years, 5 months ago (2015-07-24 13:50:33 UTC) #8
magalhaesc
https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc File webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc (right): https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc#newcode304 webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc:304: BWE_TEST_LOGGING_PLOT(0, "Throughput_kbps#2", timestamp_ms, plot_kbps); On 2015/07/24 09:30:42, stefan-webrtc (holmer) ...
5 years, 5 months ago (2015-07-24 13:51:40 UTC) #9
magalhaesc
Thanks, comments addressed
5 years, 5 months ago (2015-07-24 13:52:01 UTC) #10
stefan-webrtc
lgtm https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc File webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc (right): https://codereview.webrtc.org/1253473004/diff/20001/webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc#newcode43 webrtc/modules/remote_bitrate_estimator/test/packet_receiver.cc:43: prefixes.push_back("Throughput_kbps#2"); // Throughput. On 2015/07/24 13:51:40, magalhaesc wrote: ...
5 years, 5 months ago (2015-07-24 14:06:55 UTC) #11
magalhaesc
Comments addressed[2]
5 years, 5 months ago (2015-07-25 22:22:37 UTC) #12
magalhaesc
Comments addressed [2]
5 years, 5 months ago (2015-07-25 22:27:40 UTC) #13
magalhaesc
https://codereview.webrtc.org/1253473004/diff/40001/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc File webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc (right): https://codereview.webrtc.org/1253473004/diff/40001/webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc#newcode134 webrtc/modules/remote_bitrate_estimator/test/metric_recorder.cc:134: bool plot_delay) { On 2015/07/24 14:06:55, stefan-webrtc (holmer) wrote: ...
5 years, 5 months ago (2015-07-25 22:35:31 UTC) #15
magalhaesc
5 years, 5 months ago (2015-07-25 23:45:14 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
d55ce2ddb9eb67e237725820b751f404df6dba0d.

Powered by Google App Engine
This is Rietveld 408576698