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

Unified Diff: webrtc/video/send_statistics_proxy.h

Issue 1405023014: Add histograms for send-side delay stats for a sent video stream: (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | webrtc/video/send_statistics_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/send_statistics_proxy.h
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
index 26ea09c4c40898511a1d5566120abcf8515601fb..2939a671d10a7d41cd4b81e0128f40ea3821a700 100644
--- a/webrtc/video/send_statistics_proxy.h
+++ b/webrtc/video/send_statistics_proxy.h
@@ -142,6 +142,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
SampleCounter quality_downscales_counter_ GUARDED_BY(crit_);
BoolSampleCounter bw_limited_frame_counter_ GUARDED_BY(crit_);
SampleCounter bw_resolutions_disabled_counter_ GUARDED_BY(crit_);
+ SampleCounter delay_counter_ GUARDED_BY(crit_);
+ SampleCounter max_delay_counter_ GUARDED_BY(crit_);
};
} // namespace webrtc
« no previous file with comments | « no previous file | webrtc/video/send_statistics_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698