| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5b4e8fc4eb935baea2bfca70d9b09713fa001c49..8cda1fcdbc40b79375fa90debf134711f444536c 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -59443,6 +59443,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <summary>Whether a scroll is executed on main thread.</summary>
|
| </histogram>
|
|
|
| +<histogram name="UMA.ActivityTracker.ThreadTrackers.Count">
|
| + <owner>bcwhite@chromium.org</owner>
|
| + <summary>
|
| + The number of threads being tracked for activities. This value is updated
|
| + every time a new thread gets an activity tracked for the first time so will
|
| + show one count for every permanent thread but multiple counts for a thread
|
| + than exits and is replaced.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="UMA.ActivityTracker.ThreadTrackers.MemLimitTrackerCount">
|
| + <owner>bcwhite@chromium.org</owner>
|
| + <summary>
|
| + The limit on the number of thread trackers that could be allocated from the
|
| + persistent memory segment. Trackers beyond this number were allocated from
|
| + the heap and thus were not available for analysis. This value is updated on
|
| + every "memory full" failure.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="UMA.ActualLogUploadInterval" units="minutes">
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
|
|