Add back sender_time and receiver_time metrics to full stack tests.

BUG=none

Review-Url: https://codereview.webrtc.org/2781323002
Cr-Commit-Position: refs/heads/master@{#17462}
This commit is contained in:
stefan
2017-03-30 01:02:15 -07:00
committed by Commit bot
parent 4b4d833c31
commit 2da7a24fcd

View File

@ -744,6 +744,8 @@ class VideoAnalyzer : public PacketReceiver,
rtc::CritScope crit(&comparison_lock_);
PrintResult("psnr", psnr_, " dB");
PrintResult("ssim", ssim_, " score");
PrintResult("sender_time", sender_time_, " ms");
PrintResult("receiver_time", receiver_time_, " ms");
PrintResult("total_delay_incl_network", end_to_end_, " ms");
PrintResult("time_between_rendered_frames", rendered_delta_, " ms");
PrintResult("encode_frame_rate", encode_frame_rate_, " fps");