Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(247)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2715903003: Bound the impact of system instability on chrome instability. (Closed)
Patch Set: Merge fixups Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
« no previous file with comments | « components/browser_watcher/watcher_metrics_provider_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698