| 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">
|
|
|