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

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

Issue 1200233005: Support delta-compressed variations server responses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d7837fcbb89d5a7fd0f414f0baba58cbae265907..9322744b1b246bf75b7de0e80dd281d0f2f58332 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48043,6 +48043,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Variations.SeedDelta.SizeReductionPercent" units="%">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ On successful save of a delta-compressed variations seed, records the size
+ of the delta as a percentage of the decoded seed size.
+ </summary>
+</histogram>
+
<histogram name="Variations.SeedEmpty" enum="VariationsSeedEmpty">
<owner>asvitkine@chromium.org</owner>
<summary>
@@ -70813,6 +70821,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="Failed - Parse Error"/>
<int value="3" label="Failed - Signature Mismatch"/>
<int value="4" label="Failed - Gzip Compress Error"/>
+ <int value="5" label="Delta Count"/>
+ <int value="6" label="Failed - Delta: Read Seed"/>
+ <int value="7" label="Failed - Delta: Apply"/>
+ <int value="8" label="Failed - Delta: Store Seed"/>
</enum>
<enum name="VaryType" type="int">

Powered by Google App Engine
This is Rietveld 408576698