summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 03:03:14 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 03:03:14 +0000
commitd9e9b24303a93e31d6874b333d1f2e6841b2dbf3 (patch)
treec0791b7545ef43d60ddf260df9a834bcdeb50241 /tools
parent833225d94a0e76dfe49de08b9b088bed1bfd256d (diff)
downloadchromium_src-d9e9b24303a93e31d6874b333d1f2e6841b2dbf3.zip
chromium_src-d9e9b24303a93e31d6874b333d1f2e6841b2dbf3.tar.gz
chromium_src-d9e9b24303a93e31d6874b333d1f2e6841b2dbf3.tar.bz2
Typo fix in histograms.xml for SimpleCache.IndexInitializeMethod.
R=asvitkine@chromium.org,stevet BUG=None Review URL: https://chromiumcodereview.appspot.com/14773014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index bea1250..8b0cee0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6803,11 +6803,6 @@ other types of suffix sets.
<summary>For each index load, whether the index file was corrupt.</summary>
</histogram>
-<histogram name="SimpleCache.IndexInitializationMethod"
- enum="SimpleCacheIndexInitializationMethod">
- <summary>The method used to initialize the simple cache index.</summary>
-</histogram>
-
<histogram name="SimpleCache.IndexInitializationWaiters">
<summary>
At the time of index initialization, the number of enqueued jobs awaiting
@@ -6815,6 +6810,11 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="SimpleCache.IndexInitializeMethod"
+ enum="SimpleCacheIndexInitializeMethod">
+ <summary>The method used to initialize the simple cache index.</summary>
+</histogram>
+
<histogram name="SimpleCache.IndexLoadTime" units="milliseconds">
<summary>
Time (as measured on the worker pool) spent loading the index file.
@@ -10525,7 +10525,7 @@ other types of suffix sets.
<int value="1" label="Failure"/>
</enum>
-<enum name="SimpleCacheIndexInitializationMethod" type="int">
+<enum name="SimpleCacheIndexInitializeMethod" type="int">
<int value="0" label="Directory Scan"/>
<int value="1" label="Index File"/>
</enum>