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

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

Issue 945603003: Add a histogram to debug metrics entropy source use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « components/metrics/metrics_state_manager.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
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6173e3de0485f977d8c524ef490082660b9e99c7..d91f64c5f4dc68023a557a19983cbce5f879a7ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39989,6 +39989,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.EntropySourceType" enum="UmaEntropySourceType">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Logs the entropy source type that was used for field trial randomization.
+ Logged once at each start up.
+ </summary>
+</histogram>
+
<histogram name="UMA.FieldTrialsEnabledBenchmarking" enum="BooleanUsage">
<obsolete>
Deprecated 2012. No longer tracked.
@@ -59968,6 +59976,12 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="Missing/Clean (Registry/Local State)"/>
</enum>
+<enum name="UmaEntropySourceType" type="int">
+ <int value="0" label="No entropy source (never hit)"/>
+ <int value="1" label="Low Entropy Source"/>
+ <int value="2" label="High Entropy Source"/>
+</enum>
+
<enum name="UmaInitSequence" type="int">
<int value="0" label="Timer fired first"/>
<int value="1" label="Init task completed first"/>
« no previous file with comments | « components/metrics/metrics_state_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698