commit | af64ee78d7c0a6c68169f88af3cc91e948e7cf20 | [log] [tgz] |
---|---|---|
author | Alvin Ji <alvinji@chromium.org> | Fri May 16 04:41:06 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 04:41:06 2025 |
tree | 519f98ff2b1b2cc62b0660ba5ffdcac1337e6143 | |
parent | d16366007a8b2800c6a0c3dc0f27cc0f5f0b02bc [diff] |
webaudio: Accumulate and report averaged delay metrics This change modifies how audio delay metrics are reported in `AudioDestination`. Previously, delay metrics (e.g., fifo_delay and total_playout_delay) were reported at every audio render callback. Now, these metrics are accumulated over `kMetricsReportCycle` (currently set to 1000) audio callbacks. The averaged delay is then reported once per `kMetricsReportCycle`. Design Doc: go/webaudio-dashboard-metrics-design Change-Id: I01b856383b2d2dbf994f2a52fe7db78e8b107434 Bug: 417222630 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6532285 Reviewed-by: Hongchan Choi <hongchan@chromium.org> Commit-Queue: Alvin Ji <alvinji@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461161}
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.