History log of /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2cb1f12c3d1c5500de1b733dfc8bbfea504d89f 30-Jul-2015 Cesar Magalhaes <magalhaesc@webrtc.org> Efficient Metric Recorder

Computing all metrics using constant extra memory.
PlotHistogram methods are executed in constant time.
-- Previously throughput and delay were using O(num_packets) extra memory and their associated PlotHistograms took linear time complexity.

Added MetricRecorder unittests

R=stefan@webrtc.org

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

Cr-Commit-Position: refs/heads/master@{#9658}
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/plot_bars.sh
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_bars.sh
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_bars.sh