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

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

Issue 1992973002: Move Chrome.MessageLoopProblem histogram declaration from google3 and take ownership (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | 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 72f17135081ddc7725fa7c5b2c093803ac6f2857..7efd2a0ae552e5a6cfb2488c35f467cfdc6d100d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4856,6 +4856,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Chrome.MessageLoopProblem" enum="MessageLoopProblems">
+ <owner>gab@chromium.org</owner>
+ <summary>
+ Track set of Windows errors inside the meessage loop/pump system, where
+ system calls fail, and we try to gracefully recover. These errors should
+ really never happen, so we should be sure to look closer if they do.
+ </summary>
+</histogram>
+
<histogram name="Chrome.SearchSelectExempt" enum="SearchEngine">
<obsolete>
Deprecated 8/2013. No longer tracked.
@@ -78607,6 +78616,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="Moderate pressure to no pressure"/>
</enum>
+<enum name="MessageLoopProblems" type="int">
+ <int value="0" label="Message Post"/>
+ <int value="1" label="Completion Post"/>
+ <int value="2" label="Set Timer"/>
+</enum>
+
<enum name="MetadataReadResult" type="int">
<int value="0" label="Success"/>
<int value="1" label="Open failure"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698