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

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

Issue 2841143002: Monitor Add for negative results. (Closed)
Patch Set: var name change and overflow detection Created 3 years, 8 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 | « base/metrics/persistent_sample_map.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 881ea0b3d0035861b952cc5be9ce4e871b3fd3dd..ac773eefad211d85c53937538e351a999b0e436f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105721,6 +105721,15 @@ from previous Chrome versions.
<int value="1"
label="Persistent sparse histogram active sample less than logged
value."/>
+ <int value="2"
+ label="Persistent sparse histogram added a negative count during
+ iteration."/>
+ <int value="3"
+ label="Persistent sparse histogram added negative count that caused
+ negative value."/>
+ <int value="4"
+ label="Persistent sparse histogram active sample overflowed and became
+ negative."/>
</enum>
<enum name="NetCacheState" type="int">
« no previous file with comments | « base/metrics/persistent_sample_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698