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

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

Issue 2902173002: Updated negative-counts histogram for changes in logged/unlogged accounting. (Closed)
Patch Set: rebased Created 3 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 | « 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 34da3b4c261a4533cf18006aea7319f648d3e180..f1025d755ea34c2bcdbb824c908082b481ce05a3 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -24515,6 +24515,14 @@ from previous Chrome versions.
<int value="4"
label="Persistent sparse histogram active sample overflowed and became
negative."/>
+ <int value="5"
+ label="Persistent sparse histogram accumulated a negative count."/>
+ <int value="6"
+ label="Persistent sparse histogram accumulated a negative count that
+ caused a negative value."/>
+ <int value="7"
+ label="Persistent sparse histogram active sample overflowed during
+ accumulation 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