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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2883843002: Add more WebAPK install metrics (Closed)
Patch Set: Merge branch 'master' into slow_metrics Created 3 years, 7 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/browser/android/webapk/webapk_metrics.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 52340e7041f33656b5a6e2e6061602cf11a303b9..68ca5373c543d3553254c2bbff9779d6be3d9f07 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79881,6 +79881,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebApk.Install.GooglePlayBindDuration" units="ms">
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Records the amount of time that it takes to bind to the play install service
+ for WebAPK installs.
+ </summary>
+</histogram>
+
<histogram name="WebApk.Install.GooglePlayInstallResult"
enum="WebApkGooglePlayInstallResult">
<owner>hanxi@chromium.org</owner>
@@ -79955,6 +79965,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebApk.Install.RequestTokenDuration" units="ms">
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Records the amount of time which has elapsed from the &quot;install infobar
+ showing&quot; to the &quot;install request being sent to Google Play&quot;.
+ This time includes the time that it takes to request the WebAPK token and
+ the time that it takes to compute the hashes for the launcher icon and the
+ badge icon.
+ </summary>
+</histogram>
+
<histogram name="WebApk.Install.UserAction" enum="WebApkUserAction">
<owner>hanxi@chromium.org</owner>
<owner>pkotwicz@chromium.org</owner>
« no previous file with comments | « chrome/browser/android/webapk/webapk_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698