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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1241263002: media: Add UMA and trace events for CDM creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« media/blink/cdm_session_adapter.cc ('K') | « media/blink/cdm_session_adapter.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 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>
« media/blink/cdm_session_adapter.cc ('K') | « media/blink/cdm_session_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698