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

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

Issue 1618523003: Merge of "Add metrics regarding concurrent audible tabs in Chromium." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 11 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
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3fcab8d951ae1c1499de376594094d94864f4f09..5b35fa3467455d39935e49ab90d971ce6e50bf47 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18245,6 +18245,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audible.ConcurrentTabsTime" units="ms">
+ <owner>mlamouri@chromium.org</owner>
+ <summary>
+ Records how long more than one tab is audible at the same time. The
+ concurrent tabs might change during this period. The time recorded starts
+ when the browser goes from one to two audbile tabs and stops when it is back
+ below two.
+ </summary>
+</histogram>
+
+<histogram name="Media.Audible.ConcurrentTabsWhenStarting">
+ <owner>mlamouri@chromium.org</owner>
+ <summary>
+ Records how many tabs were audible when a new tab started to be audible.
+ </summary>
+</histogram>
+
+<histogram name="Media.Audible.MaxConcurrentTabsInSession">
+ <owner>mlamouri@chromium.org</owner>
+ <summary>
+ Records how many tabs are audible at the same time during the session. It is
+ recording the maximum audible tab count everytime it increases. In other
+ words, a session with N concurrent audible tabs will record entries from 1
+ through N exactly once.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.AutomaticGainControlMac" enum="BooleanEnabled">
<owner>henrika@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698