History log of /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87a8fbbf3785e3338134fd23aab1cc28074971d9 25-Aug-2015 Ivica Kicic <ivica@google.com> Fixing Pylint errors for plot_dynamics.py

R=pbos@webrtc.org
TBR=stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1296793004 .

Cr-Commit-Position: refs/heads/master@{#9775}
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py
2386a45dc710f74174ae8b3ba18b744839b969d9 31-Jul-2015 Cesar Magalhaes <magalhaesc@webrtc.org> Supporting Pause/Resume, Sending Estimate logging. Corrected plot colors

PacketSender can now log Pause/Resume events into a MetricRecorder. Solved estimate error and optimal bitrate issue for test 5.7 (multiple short TCP flows).

Added Sending Estimate logging and plotting.

Fixed plotting issue on plot_dynamics.py
Now lines with the same color (in different boxes) correspond to the same flow.

Adjusting plot_dynamics.py font size according to number of variables.

R=asapersson@webrtc.org

Review URL: https://codereview.webrtc.org/1270543002 .

Cr-Commit-Position: refs/heads/master@{#9664}
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py
d55ce2ddb9eb67e237725820b751f404df6dba0d 26-Jul-2015 Cesar Magalhaes <magalhaesc@webrtc.org> 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

Review URL: https://codereview.webrtc.org/1253473004 .

Cr-Commit-Position: refs/heads/master@{#9636}
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py
f24b2bc48ca0e62194d6a1bdb1cacd37c4d0a635 22-Jul-2015 Cesar Magalhaes <magalhaesc@webrtc.org> Modified histogram shell plot script, added python dynamics plot script

Supports:

- bwe_plot.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

Review URL: https://codereview.webrtc.org/1237903003 .

Cr-Commit-Position: refs/heads/master@{#9614}
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_dynamics.py