summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 18:21:29 +0000
committertdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 18:21:29 +0000
commit713c3e2a8c880a5f7331221c223640bf3672a4ef (patch)
treeddee3c6dd413f6346715c1063f85097e26431a5d /tools
parentd769050f460f7926381fb37444d588f24349d946 (diff)
downloadchromium_src-713c3e2a8c880a5f7331221c223640bf3672a4ef.zip
chromium_src-713c3e2a8c880a5f7331221c223640bf3672a4ef.tar.gz
chromium_src-713c3e2a8c880a5f7331221c223640bf3672a4ef.tar.bz2
Rename uma metric to avoid clashing with old data.
In https://codereview.chromium.org/105003003/, I increased the maximum touch duration without changing the histogram name. This will apparently result in garbage data, and it sounds like the correct fix is to give a new name to the histogram with increased maximum. Review URL: https://codereview.chromium.org/101913004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fb1eacb..0828575 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -306,6 +306,13 @@ other types of suffix sets.
</histogram>
<histogram name="Ash.TouchDuration" units="milliseconds">
+ <obsolete>
+ Deprecated 12/2013 in r239809, and replaced by Ash.TouchDuration2.
+ </obsolete>
+ <summary>The duration of a touch-sequence.</summary>
+</histogram>
+
+<histogram name="Ash.TouchDuration2" units="milliseconds">
<summary>The duration of a touch-sequence.</summary>
</histogram>