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

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

Issue 1591453005: Add metrics regarding concurrent audible tabs in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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 f650bb60e7a58256092200905699f15e67b430fb..c5b4679096346171c4ade7e6614e84aeda1bd8e0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18270,6 +18270,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