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

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

Side-by-side diff isn't available for this file because of its large size.
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: Rebase. 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
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_webui_message_handler.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 a7638ad605dd932d85893a55f49ca82cb58008f7..9fec7d91f4223f672ac6b076369f35f773825534 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19457,6 +19457,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>
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_webui_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698