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

Issue 1237903003: Modified histogram shell plot script, added python dynamics plot script (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

Renamed bwe_plot.sh to plot_dynamics.sh Added histogram shell plot script Added python dynamics plot script Supports: - plot_bars.sh ---- Histogram plots ---- Baseline histograms ---- Vertical error lines ---- Dashed horizontal lines ---- Different colors for different algorithms ---- Legends read as input ---- Extra horizontal space in case there are TCP flows plotted ---- Multiple windows ---- Auto vertical scale, except for latency plots which are kept constant for all plots - plot_dynamics.py ---- Dynamic plots ---- Different colors for different flows and algorithms ---- Dashed line plot for available capacity ---- Throughput, latency and loss on separated boxes R=stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/f24b2bc48ca0e62194d6a1bdb1cacd37c4d0a635

Patch Set 1 #

Total comments: 10

Patch Set 2 : Split bwe_plot.sh, comments addressed #

Total comments: 3

Patch Set 3 : Fixed path address, comments addressed [2] #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+442 lines, -83 lines) Patch
M webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh View 1 1 chunk +0 lines, -73 lines 0 comments Download
A webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh View 1 2 1 chunk +278 lines, -0 lines 0 comments Download
A webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py View 1 2 1 chunk +154 lines, -0 lines 0 comments Download
A + webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh View 1 2 4 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
magalhaesc
Modified histogram shell plot script, added python dynamics plot script.
5 years, 5 months ago (2015-07-16 11:28:53 UTC) #2
stefan-webrtc
https://codereview.webrtc.org/1237903003/diff/1/webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh File webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh (right): https://codereview.webrtc.org/1237903003/diff/1/webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh#newcode236 webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh:236: color=18 # Gray. Two spaces before a comment. See ...
5 years, 5 months ago (2015-07-21 12:16:37 UTC) #3
magalhaesc
Split bwe_plot.sh, comments addressed
5 years, 5 months ago (2015-07-21 17:04:06 UTC) #4
magalhaesc
https://codereview.webrtc.org/1237903003/diff/1/webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh File webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh (right): https://codereview.webrtc.org/1237903003/diff/1/webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh#newcode236 webrtc/modules/remote_bitrate_estimator/test/bwe_plot.sh:236: color=18 # Gray. On 2015/07/21 12:16:36, stefan-webrtc (holmer) wrote: ...
5 years, 5 months ago (2015-07-21 17:05:03 UTC) #5
magalhaesc
https://codereview.webrtc.org/1237903003/diff/20001/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh File webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh (right): https://codereview.webrtc.org/1237903003/diff/20001/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh#newcode30 webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.sh:30: colors=(a7001f 0a60c2 b2582b 21a66c d6604d 4393c3 f4a582 92c5de edcbb7 ...
5 years, 5 months ago (2015-07-21 17:11:25 UTC) #6
magalhaesc
Thanks for the review, comments addressed.
5 years, 5 months ago (2015-07-21 19:02:19 UTC) #7
stefan-webrtc
Thanks for splitting the bwe_plot.sh into two files. A LOT better :) lgtm https://codereview.webrtc.org/1237903003/diff/20001/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py File ...
5 years, 5 months ago (2015-07-22 09:32:03 UTC) #8
magalhaesc
Comments addressed [2]
5 years, 5 months ago (2015-07-22 12:53:05 UTC) #9
magalhaesc
https://codereview.webrtc.org/1237903003/diff/20001/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py File webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py (right): https://codereview.webrtc.org/1237903003/diff/20001/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py#newcode113 webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py:113: legend = plt.legend(loc='upper right', shadow=True, fontsize='large', ncol=len(v._samples)) On 2015/07/22 ...
5 years, 5 months ago (2015-07-22 12:54:41 UTC) #10
magalhaesc
5 years, 5 months ago (2015-07-22 15:38:59 UTC) #11
magalhaesc
Rebased
5 years, 5 months ago (2015-07-22 15:40:42 UTC) #12
magalhaesc
5 years, 5 months ago (2015-07-22 15:41:19 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f24b2bc48ca0e62194d6a1bdb1cacd37c4d0a635.

Powered by Google App Engine
This is Rietveld 408576698