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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 156963005: Document UMA histograms for app launcher discoverability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | 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 977e434e879b4d648003c9d3400c327196a90463..47b6e2d305e5986aae1b36d4f92cfbb113c9a5cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -196,6 +196,10 @@ other types of suffix sets.
<summary>Interactions with the App Launcher promo dialog.</summary>
</histogram>
+<histogram name="Apps.AppListHowEnabled" enum="AppListEnableSource">
+ <summary>The trigger that caused the app list to be enabled.</summary>
Alexei Svitkine (slow) 2014/02/11 15:43:46 Please expand description to make it clear when th
tapted 2014/02/12 22:51:21 Done.
+</histogram>
+
<histogram name="Apps.AppListSearchCommenced" units="searches">
<summary>
The number of searches that are started in the app list. This is gathered
@@ -210,6 +214,16 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Apps.AppListTimeToDiscover" units="seconds">
Alexei Svitkine (slow) 2014/02/11 15:43:46 Per the client code, the units will not be seconds
tapted 2014/02/12 22:51:21 Done. +double-checked with --v=1. Thanks for chec
+ <summary>
+ Time between enabling the app list, and a user explicitly choosing to show
+ it. If the app list is not shown after one hour, an entry in the last bucket
+ is recorded. If the user installs a second packaged app within one hour, or
+ if the app list was not enabled by installing a packaged app from the Web
+ Store, no time value is recorded - only Apps.AppListHowEnabled.
+ </summary>
+</histogram>
+
<histogram name="Ash.ActiveTouchPoints">
<summary>
Number of active touch-points when a new touch-point is added.
@@ -22612,6 +22626,15 @@ other types of suffix sets.
<int value="3" label="Learn more"/>
</enum>
+<enum name="AppListEnableSource" type="int">
+ <int value="0" label="Not enabled (should never be recorded)"/>
+ <int value="1" label="Packaged app installed from Web Store"/>
+ <int value="2" label="Clicked app launcher link from the Web Store"/>
+ <int value="3" label="Command line flag"/>
+ <int value="4" label="Chrome reinstalled over old, enabled profile"/>
+ <int value="5" label="Second packaged app installed without showing"/>
+</enum>
+
<enum name="AppListSearchResult" type="int">
<int value="0" label="OMNIBOX"/>
<int value="1" label="APP"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698