Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index e434ba083dc00c6aca62a0beb903c9ff5e32e86c..034ef1962cb72eff4699543a3a4193c630ad99ac 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -16026,6 +16026,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>cancelKeyRequest result using the Widevine key system.</summary> |
</histogram> |
+<histogram name="Media.EME.Widevine.CreateCdm" units="milliseconds"> |
ddorwin
2015/07/20 21:35:21
Other key systems will be logged but not have a de
xhwang
2015/07/20 22:11:57
Correct. Widevine is the only case that we are int
Alexei Svitkine (slow)
2015/07/21 17:13:48
From UMA point of view, this is not ideal. Prefera
xhwang
2015/07/21 22:14:22
Done.
histogram_suffixes doesn't fit cleanly in
|
+ <owner>xhwang@chromium.org</owner> |
+ <summary> |
+ The time it takes to create the CDM instance for the Widevine key system. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.EME.Widevine.generateKeyRequest" |
enum="MediaKeyException"> |
<owner>xhwang@chromium.org</owner> |