commit | 0e9d6d9e0c2e553ddd79d497b2e9e47a612d2ee1 | [log] [tgz] |
---|---|---|
author | asapersson <asapersson@webrtc.org> | Mon May 23 13:07:55 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon May 23 13:08:05 2016 |
tree | ae2c05f161d8c67f226cd5f07cfd11c311c491d5 | |
parent | bca568bfc59f944335510762f47fe4414ea1273e [diff] |
Add class which periodically computes statistics. During a period (e.g. 2 seconds), different metrics can be computed, e.g.: - average of samples - percentage/permille of samples - units per second Each periodic metric can be either: - reported to an observer each period - aggregated during the call (e.g. min, max, average) BUG=webrtc:5283 Review-Url: https://codereview.webrtc.org/1640053003 Cr-Commit-Position: refs/heads/master@{#12847}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.