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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2121223002: AudioOutputDevice authorization timeout UMA histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving authorization statistics to browser 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 d9ccb7ac4b17da347a488e03a2ff8d66a105ce88..988a90618600cc15b9d0f2816da8679cf69d1713 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21231,6 +21231,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.OutputDeviceAuthorizationTime" units="ms">
+ <owner>olka@chromium.org</owner>
+ <summary>
+ Time delta between the moment output device authorization request is
+ received by the browser and the moment its processessing is finished (and
+ reply is to be sent back to the renderer if IPC is not closed yet).
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.PhysicalProcessorsMac">
<owner>henrika@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698