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

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

Issue 2826313004: Added -show_detector_state which show the detector state in the total bitrate graph. (Closed)
Patch Set: Created 3 years, 8 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 988f2cb482151aaa87288cf27ef119c7e5f38527..41894c35443e6cc6397d1d2c928f9d9bd52f006d 100644
--- a/webrtc/tools/event_log_visualizer/analyzer.h
+++ b/webrtc/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);
terelius 2017/04/24 11:58:06 Please give show_detector_state a default value fa
philipel 2017/04/26 12:56:28 Done.
void CreateStreamBitrateGraph(PacketDirection desired_direction, 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