commit | 28db266c9b0a6599333ca8582449a4ca01874627 | [log] [tgz] |
---|---|---|
author | Bjorn Terelius <terelius@webrtc.org> | Wed Oct 04 14:22:43 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 04 13:11:54 2017 +0000 |
tree | 33604fc8bb776c37a2bee2c78660b9559eb9a71f | |
parent | b0250f0504ff963db26f9142ec7b8522f41bd478 [diff] [blame] |
Add simulation of receive-side bandwidth estimate to event_log_analyzer. Previously reviewed at https://codereview.webrtc.org/2986683002/ Bug: webrtc:7726 Change-Id: I9568bd8387d79f313d6c7d53ded7c23460df1598 Reviewed-on: https://webrtc-review.googlesource.com/6360 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20141}
diff --git a/rtc_tools/event_log_visualizer/analyzer.h b/rtc_tools/event_log_visualizer/analyzer.h index 65ca19bf..5504282 100644 --- a/rtc_tools/event_log_visualizer/analyzer.h +++ b/rtc_tools/event_log_visualizer/analyzer.h
@@ -90,7 +90,8 @@ void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot); - void CreateBweSimulationGraph(Plot* plot); + void CreateSendSideBweSimulationGraph(Plot* plot); + void CreateReceiveSideBweSimulationGraph(Plot* plot); void CreateNetworkDelayFeedbackGraph(Plot* plot); void CreateTimestampGraph(Plot* plot);