| 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 0c3fa46ea55b39f9d56108ef6028f203c78b4367..ce4868f3f9c31110cda96ea9ef4625e0efc6ec1e 100644
|
| --- a/webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/rtc_tools/event_log_visualizer/analyzer.h
|
| @@ -85,7 +85,9 @@ class EventLogAnalyzer {
|
|
|
| void CreateFractionLossGraph(Plot* plot);
|
|
|
| - void CreateTotalBitrateGraph(PacketDirection desired_direction, Plot* plot);
|
| + void CreateTotalBitrateGraph(PacketDirection desired_direction,
|
| + Plot* plot,
|
| + bool show_detector_state = false);
|
|
|
| void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot);
|
|
|
|
|