Index: tools/metrics/histograms/histograms.xml |
=================================================================== |
--- tools/metrics/histograms/histograms.xml (revision 269404) |
+++ tools/metrics/histograms/histograms.xml (working copy) |
@@ -29479,6 +29479,48 @@ |
</summary> |
</histogram> |
+<histogram name="Variations.SimulateSeed.Duration" units="milliseconds"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the time taken to perform variations seed simulation. |
+ |
+ Recorded on every variation seed simulation, which follows a fetch. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Variations.SimulateSeed.KillBestEffortChanges"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the result of variations seed simulation. Logs the number of |
+ experiment groups in the "kill best effort" category that are |
+ expected to change on a restart of the browser with the received seed. |
+ |
+ Recorded on every variation seed simulation, which follows a fetch. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Variations.SimulateSeed.KillCriticalChanges"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the result of variations seed simulation. Logs the number of |
+ experiment groups in the "kill critical" category that are |
+ expected to change on a restart of the browser with the received seed. |
+ |
+ Recorded on every variation seed simulation, which follows a fetch. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Variations.SimulateSeed.NormalChanges"> |
+ <owner>asvitkine@chromium.org</owner> |
+ <summary> |
+ Records the result of variations seed simulation. Logs the number of |
+ experiment groups in the "normal" category that are expected to |
+ change on a restart of the browser with the received seed. |
+ |
+ Recorded on every variation seed simulation, which follows a fetch. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Variations.StoreSeedSignature" enum="VariationSeedSignature"> |
<owner>asvitkine@chromium.org</owner> |
<summary> |