commit | 4ff007ed9f3f20a6f45813787751366912bd88b3 | [log] [tgz] |
---|---|---|
author | Frank Liberato <liberato@chromium.org> | Fri Aug 27 00:09:29 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 27 00:09:29 2021 |
tree | 588f3fac3114f49470df4ad3ad5592b5927f449b | |
parent | 670ce285002964c504bd5ca1f7f85022a41a4010 [diff] |
Record histogram of max pending decodes for DecoderStreamAdapter. This CL raises the limit that DecoderStreamAdapter will allow for in-flight decodes, compared to what DecoderAdapter allows. Since DecoderStream measures "in flight" as "sent for decode but have not yet received a decoded frame", while Decoder measures it as "sent for decode without a decode callback", we expect DecoderStream to encounter higher in-flight counts. Since we have no idea what these will look like, this raises the DecoderStream limits very high, but records the observed values via UMA for analysis. Change-Id: Iffc2ae0b0c3d718f3e9871a3652da9266233e3ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3017063 Commit-Queue: Frank Liberato <liberato@chromium.org> Auto-Submit: Frank Liberato <liberato@chromium.org> Reviewed-by: Evan Liu <evliu@google.com> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/main@{#915774}
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.
If you found a bug, please file it at https://crbug.com/new.