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

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

Issue 2550413006: Instant Apps: Change the name of the metric. (Closed)
Patch Set: Created 4 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/android/java/src/org/chromium/chrome/browser/instantapps/InstantAppsHandler.java ('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 3f50bd514b118765a101e057c440dfaf8d20a1a9..62c540657e8b5368ab6a2c2a4e4eb53b41ce0fd9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -491,6 +491,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The percentage of total storage downloads consume.</summary>
</histogram>
+<histogram name="Android.InstantApps.ApiCallDuration2" units="ms">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Measures the amount of time spent in the getInstantAppIntent() API call.
+ </summary>
+</histogram>
+
+<histogram name="Android.InstantApps.FallbackDuration" units="ms">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Measures the time from when we first received an eligible intent for Instant
+ Apps to the time we processed it in the case where the Instant Apps
+ activity had to invoke a fallback intent.
+ </summary>
+</histogram>
+
+<histogram name="Android.InstantApps.HandleIntentDuration" units="ms">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Measures the amount of time spent triaging an incoming event to decide
+ whether it needs to be routed to Instant Apps.
+ </summary>
+</histogram>
+
<histogram name="Android.IsLastSharedAppInfoRetrieved"
enum="BooleanIsLastSharedAppInfoRetrieved">
<owner>jaekyun@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/instantapps/InstantAppsHandler.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698