Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: webrtc/tools/event_log_visualizer/analyzer.h

Issue 2295063006: Plot accumelated packets over time. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | webrtc/tools/event_log_visualizer/analyzer.cc » ('j') | webrtc/tools/event_log_visualizer/analyzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698