| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7a57cf1ce4ca6f16a849db7c22dae7d4f12c8b26..51bb6cde7952b94be670036f1ec520ec8f27d76d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -388,6 +388,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ActivityTracker.Collect.SystemSessionAnalysisStatus"
|
| + enum="ActivityTrackerSystemSessionAnalysisStatus">
|
| + <owner>manzagop@chromium.org</owner>
|
| + <summary>
|
| + Status for the analysis of the system session state. Logged each time a
|
| + debug file is collected.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ActivityTracker.Collect.TotalTime" units="ms">
|
| <owner>manzagop@chromium.org</owner>
|
| <summary>
|
| @@ -80145,6 +80154,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="2" label="Get stability file path failed"/>
|
| </enum>
|
|
|
| +<enum name="ActivityTrackerSystemSessionAnalysisStatus" type="int">
|
| + <int value="0" label="Success"/>
|
| + <int value="1" label="Missing timestamp"/>
|
| + <int value="2" label="Missing analyzer"/>
|
| + <int value="3" label="Analysis failed"/>
|
| + <int value="4" label="Outside range"/>
|
| +</enum>
|
| +
|
| <enum name="ActivityTrackerWriteDumpStatus" type="int">
|
| <int value="0" label="Sucess"/>
|
| <int value="1" label="Failed"/>
|
|
|