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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 662493003: Mark some histograms as obsolete. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | 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 01e6809e03ca3e89f81aeb43d388576ee5f0ddf2..19d4c6ee9388c66653af3f73c4ebbeb4622fbc1c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35520,6 +35520,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="UMA.FieldTrialsEnabledBenchmarking" enum="BooleanUsage">
+ <obsolete>
+ Deprecated 2012. No longer tracked.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
Log whether the --enable-benchmarking flag was set, which causes field
@@ -35720,6 +35723,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="UMA.UploadResponseStatus.XML" enum="UmaUploadResponseStatus">
+ <obsolete>
+ Deprecated 2013. No longer tracked.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
For each upload to the XML (v1) UMA server, log whether the upload was
@@ -35736,6 +35742,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="UMA.XMLNodeDumpTime" units="milliseconds">
+ <obsolete>
+ Deprecated 2013. No longer tracked.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
The time spent in converting the XML tree into a character buffer when
@@ -35744,6 +35753,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="UMA.XMLWriterDestructionTime" units="milliseconds">
+ <obsolete>
+ Deprecated 2013. No longer tracked.
+ </obsolete>
<owner>asvitkine@chromium.org</owner>
<summary>
The time spent in freeing the XML writer and tree when closing a metrics log
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698