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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2226133005: Add support for the ExperimentalSwReporterEngine field trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move regexps to local vars Created 4 years, 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index cdff1b35bff232a56b38b12602f3d9164280b11a..ce26aaacd127628e70f1bf8bb796ee99232b71bf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -102015,6 +102015,19 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Net.SocketType"/>
</histogram_suffixes>
+<histogram_suffixes name="SoftwareReporterEngine">
+ <suffix name="Original"/>
+ <suffix name="Experimental"/>
+ <affected-histogram name="SoftwareReporter.FoundUwSReadError"/>
+ <affected-histogram name="SoftwareReporter.MajorVersion"/>
+ <affected-histogram name="SoftwareReporter.MemoryUsed"/>
+ <affected-histogram name="SoftwareReporter.MinorVersion"/>
+ <affected-histogram name="SoftwareReporter.RunningTime"/>
+ <affected-histogram name="SoftwareReporter.RunningTimeAccordingToChrome"/>
+ <affected-histogram name="SoftwareReporter.RunningTimeRegistryError"/>
+ <affected-histogram name="SoftwareReporter.Step"/>
+</histogram_suffixes>
+
<histogram_suffixes name="SpdyCwnd">
<obsolete>
Deprecated as of 07/2014.

Powered by Google App Engine
This is Rietveld 408576698