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

Side by Side 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: Intervals now show up in the legend. 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/rtc_tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 void CreateSequenceNumberGraph(Plot* plot); 78 void CreateSequenceNumberGraph(Plot* plot);
79 79
80 void CreateIncomingPacketLossGraph(Plot* plot); 80 void CreateIncomingPacketLossGraph(Plot* plot);
81 81
82 void CreateDelayChangeGraph(Plot* plot); 82 void CreateDelayChangeGraph(Plot* plot);
83 83
84 void CreateAccumulatedDelayChangeGraph(Plot* plot); 84 void CreateAccumulatedDelayChangeGraph(Plot* plot);
85 85
86 void CreateFractionLossGraph(Plot* plot); 86 void CreateFractionLossGraph(Plot* plot);
87 87
88 void CreateTotalBitrateGraph(PacketDirection desired_direction, Plot* plot); 88 void CreateTotalBitrateGraph(PacketDirection desired_direction,
89 Plot* plot,
90 bool show_detector_state = false);
89 91
90 void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot); 92 void CreateStreamBitrateGraph(PacketDirection desired_direction, Plot* plot);
91 93
92 void CreateBweSimulationGraph(Plot* plot); 94 void CreateBweSimulationGraph(Plot* plot);
93 95
94 void CreateNetworkDelayFeedbackGraph(Plot* plot); 96 void CreateNetworkDelayFeedbackGraph(Plot* plot);
95 void CreateTimestampGraph(Plot* plot); 97 void CreateTimestampGraph(Plot* plot);
96 98
97 void CreateAudioEncoderTargetBitrateGraph(Plot* plot); 99 void CreateAudioEncoderTargetBitrateGraph(Plot* plot);
98 void CreateAudioEncoderFrameLengthGraph(Plot* plot); 100 void CreateAudioEncoderFrameLengthGraph(Plot* plot);
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 uint64_t end_time_; 199 uint64_t end_time_;
198 200
199 // Duration (in seconds) of log file. 201 // Duration (in seconds) of log file.
200 float call_duration_s_; 202 float call_duration_s_;
201 }; 203 };
202 204
203 } // namespace plotting 205 } // namespace plotting
204 } // namespace webrtc 206 } // namespace webrtc
205 207
206 #endif // WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_ 208 #endif // WEBRTC_RTC_TOOLS_EVENT_LOG_VISUALIZER_ANALYZER_H_
OLDNEW
« no previous file with comments | « no previous file | webrtc/rtc_tools/event_log_visualizer/analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698