| commit | fd87542b0da5332ce8aa25a6bee97747cd7dd81c | [log] [tgz] |
|---|---|---|
| author | Markus Handell <handellm@google.com> | Fri May 21 19:24:29 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 21 19:24:29 2021 |
| tree | 5b517a4de2d3534ec18db38218a580a08c8e642e | |
| parent | ef9161133936e3cd1b1a3b2a3ed8aebf34e006ff [diff] |
PeerConnectionDependencyFactory: expose thread performance stats. This change adds thread performance stats for the Network, Signaling, and Worker threads. New histogram UMAs added: WebRTC.PeerConnection.Latency.Worker WebRTC.PeerConnection.Latency.Signaling WebRTC.PeerConnection.Latency.Network WebRTC.PeerConnection.Duration.Worker WebRTC.PeerConnection.Duration.Signaling WebRTC.PeerConnection.Duration.Network Bug: chromium:1184611 Change-Id: I7ac3ff52dd677744aea1189517a9bc8862a051ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2889614 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Markus Handell <handellm@google.com> Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#885613}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.