Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2268253002: UMA stats for browser/renderer audio rendering buffer size mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: passing latency info to browser Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1e85229ab2098cb3036c58fc450a568310f3df3b..2f877281805f0d3ea8806265b1580b63072d455a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21868,6 +21868,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.Render.BufferSizeMismatch">
+ <owner>olka@chromium.org</owner>
+ <summary>
+ Mismatch between the system buffer size the browser side renders audio at
+ and the buffer size it requests from renderer. When equals zero, it means
+ buffer sizes are equal. When positive, the value reflects the average number
+ of extra consecutive render requests issued by browser to renderer (scaled
+ by a factor of 1000); any positive values can cause problems for RTC. When
+ negative, it reflects the average number of extra system audio render calls
+ per one request to the renderer (scaled by a factor of 1000). Any values
+ those are not multiples of 1000 mean that from time to time browser skips a
+ call to renderer, which can cause problems for RTC.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.Render.FramesRequested" units="frames">
<owner>tommi@chromium.org</owner>
<summary>
« media/base/audio_parameters.cc ('K') | « media/base/ipc/media_param_traits_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698