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

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

Issue 2261173006: Add a histogram for applying updates read from disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 dd832828fc09b9b7eea4a093951c318f5d4daa81..52676a09c9dd266c0059ca9bba98fe369d94d285 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48822,6 +48822,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SafeBrowsing.V4ApplyUpdateResultWhenReadingFromDisk"
+ enum="SafeBrowsingV4ApplyUpdateResult">
+ <owner>vakh@chromium.org</owner>
+ <summary>
+ Track the result of applying an update read from disk after parsing it
+ successfully as a protobuf.
+ </summary>
+</histogram>
+
<histogram name="SafeBrowsing.V4DecodeAdditionsResult"
enum="SafeBrowsingV4DecodeResult">
<owner>vakh@chromium.org</owner>
@@ -91279,6 +91288,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="UNEXPECTED_MAGIC_NUMBER_FAILURE"/>
<int value="6" label="FILE_VERSION_TOO_LOW_FAILURE"/>
<int value="7" label="HASH_PREFIX_INFO_MISSING_FAILURE"/>
+ <int value="8" label="HASH_PREFIX_MAP_GENERATION_FAILURE"/>
</enum>
<enum name="SafeBrowsingV4StoreWriteResult" type="int">
« 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