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

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

Issue 2555693003: Instant Apps: Split latency recordings into two. (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 6155f6bfadc02afa970bfbb4cd5580529b0e4cf6..da8e8359845268b808e5b40580aff16a2a7d6f08 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -498,6 +498,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.InstantApps.ApiCallDurationWithApp" units="ms">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Measures the amount of time spent in the getInstantAppIntent() API call when
+ the API was able to find an Instant App for the URL.
+ </summary>
+</histogram>
+
+<histogram name="Android.InstantApps.ApiCallDurationWithoutApp" units="ms">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ Measures the amount of time spent in the getInstantAppIntent() API call when
+ the API was not able to find an Instant App for the URL.
+ </summary>
+</histogram>
+
<histogram name="Android.InstantApps.FallbackDuration" units="ms">
<owner>mariakhomenko@chromium.org</owner>
<summary>
« 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