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

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

Issue 1510603003: [Media Router] Add UMA metrics for Media Router Dialog WebUI performance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per mfoltz@'s comments. Removed logging. Created 5 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b04b40fe9ab151b3d8f01e5a4176b0b97093cdcd..fd696ac491493c667391154a450548ec7a5628bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19424,6 +19424,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MediaRouter.Ui.Dialog.LoadedWithData" units="milliseconds">
+ <owner>apacible@chromium.org</owner>
+ <summary>
+ Duration in milliseconds taken from the user click to open the Media Router
+ dialog to initializing the dialog with data.
+ </summary>
+</histogram>
+
+<histogram name="MediaRouter.Ui.Dialog.Paint" units="milliseconds">
+ <owner>apacible@chromium.org</owner>
+ <summary>
+ Duration in milliseconds taken from a user click to open the dialog to the
+ initial paint.
+ </summary>
+</histogram>
+
<histogram name="Memory.BackingStore">
<owner>hajimehoshi@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698