Added printing of frame level statistics.

Bug: none
Change-Id: I0fa607c4f26ccf2bceac116c7869698c9d16cfa3
Reviewed-on: https://webrtc-review.googlesource.com/61000
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22364}
This commit is contained in:
Sergey Silkin
2018-03-09 14:31:24 +01:00
committed by Commit Bot
parent 465e96291d
commit d4bc01b7dd
4 changed files with 34 additions and 18 deletions

View File

@ -246,6 +246,10 @@ void VideoProcessorIntegrationTest::AnalyzeAllFrames(
rate_profiles[rate_update_idx].input_fps);
}
if (config_.print_frame_level_stats) {
stats_.PrintFrameStatistics();
}
cpu_process_time_->Print();
printf("\n");
}