commit | 6d183ac27a6755497e35f197b8aaf41d6319aeaf | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Mon Aug 29 07:20:33 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 29 14:20:39 2016 +0000 |
tree | 45395a0a828e1f138839327b2ae5d86231d3c892 | |
parent | b8e56ee320261decdba85b97ca6c5a6187e0af17 [diff] |
RTCStatsReport: Take ownership of other's stats with TakeMembersFrom This would make it possible to gather stats on multiple threads, store the results in multiple reports and to merge the results. Added rtcstatsreport_unittest.cc, moving a RTCStatsReport-related test from rtcstats_unittest.cc. Added more unittests covering the order of stats and TakeMembersFrom. Also changed RTCStatsReport[] to RTCStatsReport::Get to avoid confusion with other usages of the [] operator. BUG=chromium:627816 NOTRY=True Review-Url: https://codereview.webrtc.org/2278433003 Cr-Commit-Position: refs/heads/master@{#13957}
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.