commit | 83b5200f957bc0667e18c7e353f3311589d29a72 | [log] [tgz] |
---|---|---|
author | asapersson@webrtc.org <asapersson@webrtc.org> | Fri Nov 28 10:17:13 2014 +0000 |
committer | asapersson@webrtc.org <asapersson@webrtc.org> | Fri Nov 28 10:17:13 2014 +0000 |
tree | 6ff93c4994b3213c03cece782641732bef1fa5fe | |
parent | cc144deaab88383a996eb670fb3ce574316db897 [diff] [blame] |
Add framerate for complete received frames to histogram stats: "WebRTC.Video.CompleteFramesReceivedPerSecond". BUG=crbug/419657 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32089004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7762 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/system_wrappers/interface/metrics.h b/webrtc/system_wrappers/interface/metrics.h index 0390140..36da4cd 100644 --- a/webrtc/system_wrappers/interface/metrics.h +++ b/webrtc/system_wrappers/interface/metrics.h
@@ -104,6 +104,9 @@ namespace webrtc { namespace metrics { +// Time that should have elapsed for stats that are gathered once per call. +enum { kMinRunTimeInSeconds = 10 }; + class Histogram; // Functions for getting pointer to histogram (constructs or finds the named