Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 01008b11f9b48e9614d25e67e4ea1f0879b0c18a..a01fa4c3131c872418d9f200e2000701b1bc68d3 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -37799,6 +37799,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NewTabPage.Snippets.DatabaseLoadTime"> |
|
Marc Treib
2016/10/18 15:07:48
Is there a unit I can/should use for UMA_HISTOGRAM
rkaplow
2016/10/18 20:24:05
yes, ms
|
| + <owner>treib@chromium.org</owner> |
| + <summary> |
| + Android: The time it took to load the database of persisted content |
| + suggestions. Recorded only when the database is loaded successfully. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NewTabPage.Snippets.FetchHttpResponseOrErrorCode" |
| enum="CombinedHttpResponseAndNetErrorCode"> |
| <owner>mastiz@chromium.org</owner> |