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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2841143002: Monitor Add for negative results. (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 881ea0b3d0035861b952cc5be9ce4e871b3fd3dd..673e5f3668c01be15acae31ade40cd36f9f13486 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -105721,6 +105721,12 @@ 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."/>
</enum>
<enum name="NetCacheState" type="int">
« base/metrics/persistent_sample_map.cc ('K') | « base/metrics/persistent_sample_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698