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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 238443008: Make VariationsService simulate received seeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « chrome/browser/metrics/variations/variations_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &quot;kill best effort&quot; 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 &quot;kill critical&quot; 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 &quot;normal&quot; 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>
« no previous file with comments | « chrome/browser/metrics/variations/variations_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698