Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 0991e14cfccf8c60f6a666af0a66d50dfa232ad3..263f232f7018e87d854372c4de15bb2a32c10c61 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -49494,6 +49494,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Variations.StoreSeed.GzipSize" units="KiB"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the size of the gzip-compressed variations seed in KiB. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Variations.StoreSeed.GzipSize.ReductionPercent" units="%"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the size of the gzip-compressed variations seed as a percentage of |
+ the decoded seed size. Note that variations seed could be first |
+ delta-compressed and then gzip-compressed. In this case we record |
+ gzip-compressed seed size as a percentage of the delta-compressed seed size. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Variations.StoreSeed.Size" units="KiB"> |
<owner>asvitkine@chromium.org</owner> |
<summary> |
@@ -74166,6 +74183,9 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="6" label="Failed - Delta: Read Seed"/> |
<int value="7" label="Failed - Delta: Apply"/> |
<int value="8" label="Failed - Delta: Store Seed"/> |
+ <int value="9" label="Failed - Gzip Uncompress Error"/> |
+ <int value="10" label="Failed - Empty Gzip Contents"/> |
+ <int value="11" label="Failed - Unsupported Seed Format"/> |
</enum> |
<enum name="VaryType" type="int"> |