| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 805ad391c97221822605d7bd55bbae259f9cef2a..ce91482769dfbc5382ee89aff792e93e24f8e084 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>
|
|
|