commit | e4ed6ea63b663a3daa881feaf8a7f8e6026ab338 | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Fri Jan 11 10:02:19 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 11 10:53:53 2019 |
tree | ee3eb01e722d8a0702ff544595fc98549bfc1940 | |
parent | 6bb5ab9740d22eacfbf7b4b5bd100a1b667b2911 [diff] |
Introduce stats calculator. It accumulate sample values inside it and provide API to calc min/max/avg and percentiles. Current implementation will do it in O(nlogn) time and planned to be used in the test code after all time sensitive operations and also assume not too big amount of data inside. Bug: webrtc:10138 Change-Id: I262c4b9ca538c19463888b6d6bcdaa7e8c3caa68 Reviewed-on: https://webrtc-review.googlesource.com/c/116284 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26214}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.