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

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

Issue 2915983002: [Media Router] Add UMA metrics to record the load time for route controls (Closed)
Patch Set: Fix a test failure Created 3 years, 6 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/test/data/webui/media_router/route_details_tests.js ('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 ebd71dbca8d1a729a40e112d728afae5ce19418e..4e04ac2c4551f485a0d42b1e324862ce1d9b0265 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30391,6 +30391,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MediaRouter.Ui.Dialog.LoadedWebUiRouteController" units="ms">
+ <owner>takumif@chromium.org</owner>
+ <summary>
+ Duration in milliseconds it takes the WebUI route controls in the route
+ details view to be populated after the view is opened.
+ </summary>
+</histogram>
+
<histogram name="MediaRouter.Ui.Dialog.LoadedWithData" units="ms">
<owner>apacible@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/test/data/webui/media_router/route_details_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698