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

Unified Diff: webrtc/rtc_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: IntervalSeries struct Created 3 years, 5 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/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 cdc81f1f4c5cffbaf94fc7646d2623b7675da04d..ed17f01602338233dc517f389112946d13efc4e7 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);
« no previous file with comments | « no previous file | webrtc/rtc_tools/event_log_visualizer/analyzer.cc » ('j') | webrtc/rtc_tools/event_log_visualizer/plot_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698