Index: webrtc/tools/event_log_visualizer/analyzer.h |
diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h |
index 6972b37f37ea4a35b76898e1c7bb3ac8bb0cb0a8..6d37bd30b126a43fe805db0ab5f22b9470e09fc3 100644 |
--- a/webrtc/tools/event_log_visualizer/analyzer.h |
+++ b/webrtc/tools/event_log_visualizer/analyzer.h |
@@ -60,6 +60,9 @@ class EventLogAnalyzer { |
void CreatePacketGraph(PacketDirection desired_direction, Plot* plot); |
+ void CreateAccumelatedPacketsGraph(PacketDirection desired_direction, |
stefan-webrtc
2016/09/02 12:12:17
Accumulated
philipel
2016/09/02 13:15:25
Done.
|
+ Plot* plot); |
+ |
void CreatePlayoutGraph(Plot* plot); |
void CreateSequenceNumberGraph(Plot* plot); |