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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 458693004: Cast: add UMA for video encode accelerator initialization result. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « media/cast/sender/external_video_encoder.cc ('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 f1c3fbbda62b4b7308bb2d46c75d8de5dc6ede00..9f32409d5b86c199b0d2addb5c3464b0a83ab526 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2178,6 +2178,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Cast.Sender.VideoEncodeAcceleratorInitializeSuccess"
+ enum="BooleanSuccess">
+ <owner>posciak@chromium.org</owner>
+ <summary>
+ Indicates whether initialization of a video encode accelerator for Cast
+ sender has been successful.
Ilya Sherman 2014/08/12 00:35:14 nit: "has been" -> "was"
+ </summary>
+</histogram>
+
<histogram name="Cellular.ActivationFailure">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« no previous file with comments | « media/cast/sender/external_video_encoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698