| 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>
|
|
|