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

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

Issue 1204783007: Add metrics for Webstore Gallery Widget app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d78c1e18eac257744541042fcae2b1247c1d4d07..b7ae37477f4555c1b531fb9fdf8a2417f1e2d771 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11950,7 +11950,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>joshwoodward@google.com</owner>
<summary>
Chrome OS File Browser: time to load the suggest apps dialog. Measured
- between the moment window appears and the moment all the contants in the
+ between the moment window appears and the moment all the contents in the
dialog including the Chrome Webstore widget are ready.
</summary>
</histogram>
@@ -49019,6 +49019,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebstoreWidgetApp.Close" enum="SuggestAppsDialogCloseReason">
+ <owner>joshwoodward@google.com</owner>
+ <summary>
+ Webstore Widget app: the reason why the suggest apps dialog was closed.
+ </summary>
+</histogram>
+
+<histogram name="WebstoreWidgetApp.Install" enum="SuggestAppsDialogInstall">
+ <owner>joshwoodward@google.com</owner>
+ <summary>
+ Webstore Widget app: whether the Webstore item user selected was
+ successfully installed or not.
+ </summary>
+</histogram>
+
+<histogram name="WebstoreWidgetApp.Load" enum="SuggestAppsDialogLoad">
+ <owner>joshwoodward@google.com</owner>
+ <summary>
+ Webstore Widget app: whether the initialization of the dialog succeeded or
+ not.
+ </summary>
+</histogram>
+
+<histogram name="WebstoreWidgetApp.LoadTime" units="milliseconds">
+ <owner>joshwoodward@google.com</owner>
+ <summary>
+ Webstore Widget app: time to load the widget contained in the app. Measured
+ between the moment window appears and the moment all the contents in the app
+ including the Chrome Webstore widget are ready.
+ </summary>
+</histogram>
+
<histogram name="Win8.PageLoad" enum="Win8PageLoadType">
<owner>zturner@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | ui/file_manager/file_manager/foreground/js/ui/suggest_apps_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698