| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5ef617d9dfbd1d54d00646242fdddef5839a9407..d491e543d0edae6abc5efc9271fd4d1684a6edbe 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -324,6 +324,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ActivityTracker.Collect.PostmortemCount" units="ms">
|
| + <owner>manzagop@chromium.org</owner>
|
| + <summary>
|
| + The number of postmortem reports recovered irrespective of whether they were
|
| + successfully wrapped in a minidump and registered with the reporter.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ActivityTracker.Collect.TotalTime" units="ms">
|
| + <owner>manzagop@chromium.org</owner>
|
| + <summary>Time spent collecting stability debug information.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="ActivityTracker.ThreadTrackers.Count" units="count">
|
| <owner>bcwhite@chromium.org</owner>
|
| <summary>
|
|
|