commit | eb277527f039fbe2a301820430e10f111ed0b9e4 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Fri Mar 03 15:38:10 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 15:13:39 2023 |
tree | cbe2777068a3f21463d86ac92f07c6c1cd9499fd | |
parent | 78e1388ea70b73aab4a8ac8beeb5df93b706ac02 [diff] |
Stop Posting tasks when we don't need to. Under the combined network/worker thread project, tasks are unnecessarily posted to the same thread. This CL reaps 90% overhead savings in sent packet feedback as measured with Perfetto under a 49p Meet call. The identity of the posted calls was uncovered with WebRTC/Chrome's new location-aware tracing. TESTED=presubmit + local Meet calls. Bug: chromium:1373439 Change-Id: I0c43aa4de884831838747d52b21c45fd360106e8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295780 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39484}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.