Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index ee3db9d63c85171f2279bcd4d11dc51161a90867..d747bd15c9b8437719b10c167cb43916c017ab99 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -371,6 +371,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ActivityTracker.Collect.StabilityFileCount"> |
|
jwd
2017/03/01 20:07:46
units="count"
manzagop (departed)
2017/03/01 21:18:47
Done.
|
| + <owner>manzagop@chromium.org</owner> |
| + <summary> |
| + Number of files found during stability file collection. Logged each time the |
| + stability file collection proceeds (at most once per launch). |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="ActivityTracker.Collect.Status" |
| enum="ActivityTrackerCollectStatus"> |
| <owner>manzagop@chromium.org</owner> |