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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1662703002: [Android, UMA, MediaFling] Add UMA for how much time users spend casting media without the media el… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle switching videos Created 4 years, 10 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 | « chrome/android/java/src/org/chromium/chrome/browser/media/remote/RecordCastAction.java ('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 80cfbc7de7b75335eeb51c86416f5d71150721f6..d9494280474aa1a0cf595c91111402cb071e9795 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4021,6 +4021,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cast.Sender.SessionTimeWithoutMediaElementPercentage"
+ units="%">
+ <owner>aberent@chromium.org</owner>
+ <owner>avayvod@chromium.org</owner>
+ <summary>
+ Records the ratio of the time the media element was detached from the remote
+ playback session to the total duration of the session (as from when the
+ element has been attached till when the session stopped or disconnected), in
+ percents.
Mark P 2016/02/08 22:59:37 By implication, this is recorded on every detach e
whywhat 2016/02/09 00:02:48 Yes. Thanks for the review!
+ </summary>
+</histogram>
+
<histogram name="Cast.Sender.UrlResolveResult"
enum="RemotePlaybackUrlResolveResult">
<owner>aberent@google.com</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/media/remote/RecordCastAction.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698