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

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

Issue 2124503002: UMA stats for AudioRendererSinkCache utilization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 050453ff4e847a3950996a459419d85e35442550..9847609f8e9d32e23b5dbdbed38cf0ead0f80128 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21327,6 +21327,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.SinkCache.GetOutputDeviceInfoHit"
+ enum="BooleanCacheHit">
+ <owner>olka@chromium.org</owner>
+ <summary>
+ Whether a cached sink was used to get audio output device information, or a
+ new one was created for that.
+ </summary>
+</histogram>
+
+<histogram name="Media.Audio.SinkCache.InfoSinkReusedForOutput"
+ enum="BooleanReused">
+ <owner>olka@chromium.org</owner>
+ <summary>
+ Whether a cached sink created to get audio output device information was
Henrik Grunell 2016/07/04 14:25:00 This is hard to understand. I guess it explains my
Henrik Grunell 2016/07/04 14:40:59 For example: "When audio output device information
o1ka 2016/07/06 13:17:31 Done.
+ reused for audio output or it was deleted unused after a timeout.
+ </summary>
+</histogram>
+
+<histogram name="Media.Audio.SinkCache.UsedForSinkCreation" enum="BooleanUsage">
+ <owner>olka@chromium.org</owner>
+ <summary>
+ Whether a sink was created through the sink cache or directly.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.UptimeMac" units="hours">
<owner>henrika@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698