Log WebRTC.Video.AVSyncOffsetInMs.

BUG=
R=asapersson@webrtc.org

Review-Url: https://codereview.webrtc.org/1941993002
Cr-Commit-Position: refs/heads/master@{#12605}
This commit is contained in:
pbos 2016-05-03 03:32:10 -07:00 committed by Commit bot
parent 5178ee86ba
commit 35fdb2a914

View File

@ -63,8 +63,10 @@ void ReceiveStatisticsProxy::UpdateHistograms() {
height);
}
int sync_offset_ms = sync_offset_counter_.Avg(kMinRequiredSamples);
if (sync_offset_ms != -1)
RTC_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs", sync_offset_ms);
if (sync_offset_ms != -1) {
RTC_LOGGED_HISTOGRAM_COUNTS_10000("WebRTC.Video.AVSyncOffsetInMs",
sync_offset_ms);
}
int qp = qp_counters_.vp8.Avg(kMinRequiredSamples);
if (qp != -1)