mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
![]() In highly loaded media servers, ReceiveStatisticsImpl's use of std::map attributes to ~0.32% CPU. It needs to be able to iterate through the statisticians in order when reporting, but that is considered to be rare compared to how often they are looked up. So this commit adds a separate sorted set for just keeping track of the SSRCs, and letting the map of SSRC to Statisticians, be unordered. Bug: webrtc:12689 Change-Id: I69fe41d96bca31b2e8d669b58b5c7afabceaa6a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216385 Commit-Queue: Victor Boivie <boivie@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33864} |
||
---|---|---|
.. | ||
async_audio_processing | ||
audio_coding | ||
audio_device | ||
audio_mixer | ||
audio_processing | ||
congestion_controller | ||
desktop_capture | ||
include | ||
pacing | ||
remote_bitrate_estimator | ||
rtp_rtcp | ||
third_party | ||
utility | ||
video_capture | ||
video_coding | ||
video_processing | ||
BUILD.gn | ||
module_common_types_unittest.cc |