| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ab7289663c8bd358271c1fab318dd23364b30a2f..c539f56cec033f9930a05c1e6764f64197bdf06d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -48225,6 +48225,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Variations.StoreSeed.DeltaSize" units="KiB">
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + On successful save of a delta-compressed variations seed, records the size
|
| + of the delta in KiB.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Variations.StoreSeed.DeltaSize.ReductionPercent" 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.StoreSeed.Size" units="KiB">
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + On successful save of a non-delta-compressed variations seed, records the
|
| + size of the received seed in KiB.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Variations.StoreSeedSignature" enum="VariationSeedSignature">
|
| <owner>asvitkine@chromium.org</owner>
|
| <summary>
|
| @@ -70929,6 +70953,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">
|
|
|