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

Unified Diff: webrtc/rtc_tools/event_log_visualizer/main.cc

Issue 2997883002: Video/Screenshare loopback tool.
Patch Set: Rebase Created 3 years, 4 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/main.cc
diff --git a/webrtc/rtc_tools/event_log_visualizer/main.cc b/webrtc/rtc_tools/event_log_visualizer/main.cc
index 0aafb2c3611d0c2d7d12bb8f56afc1f321d6bcb2..481a13a190470c05338e19bcc6b47dbac2af6b08 100644
--- a/webrtc/rtc_tools/event_log_visualizer/main.cc
+++ b/webrtc/rtc_tools/event_log_visualizer/main.cc
@@ -257,6 +257,7 @@ int main(int argc, char* argv[]) {
if (FLAG_plot_audio_encoder_num_channels) {
analyzer.CreateAudioEncoderNumChannelsGraph(collection->AppendNewPlot());
}
+ analyzer.CreateQueueDelayGraph(collection->AppendNewPlot());
if (FLAG_plot_audio_jitter_buffer) {
std::string wav_path;
if (FLAG_wav_filename[0] != '\0') {
« no previous file with comments | « webrtc/rtc_tools/event_log_visualizer/analyzer.cc ('k') | webrtc/rtc_tools/event_log_visualizer/plot_python.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698