Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 1dd9c545a78f4e7af695a67016fff27854fd05c0..7d485e7bfdfcc355097779c438b4c9a4e9519b4b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -33936,6 +33936,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="OfflinePages.ArchiveDirCreationTime" units="ms"> |
| + <owner>dewittj@chromium.org</owner> |
| + <owner>jianli@chromium.org</owner> |
| + <summary> |
| + The amount of time to create the offline pages archive directory. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="OfflinePages.BatchDelete.Count"> |
| <owner>jianli@chromium.org</owner> |
| <summary>Number of offline pages that are deleted in a batch.</summary> |
| @@ -34093,6 +34101,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="OfflinePages.ModelLoadTime" units="ms"> |
| + <owner>dewittj@chromium.org</owner> |
| + <owner>jianli@chromium.org</owner> |
| + <summary> |
| + The amount of time to create the offline pages archive directory and load |
| + the offline page model. |
|
Mark P
2016/05/06 20:09:23
nit: The histogram name implies this is merely mod
dewittj
2016/05/06 20:13:15
I do expect that directory creation will be neglig
Mark P
2016/05/06 20:18:39
Can you spent a couple minutes thinking about a be
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="OfflinePages.OfflinePageCount"> |
| <owner>fgorski@chromium.org</owner> |
| <owner>jianli@chromium.org</owner> |