| Index: webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| diff --git a/webrtc/rtc_tools/event_log_visualizer/analyzer.h b/webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| index 328fc531babc068ef22cc1a129a6ed7b7995b70a..e7ced69c61fd86bb7a32e9b57c86034f589c56a7 100644
|
| --- a/webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| @@ -90,7 +90,8 @@ class EventLogAnalyzer {
|
|
|
| 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);
|
|
|