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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1083623003: Add a partial index to the SQLitePersistentCookieStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 5 years, 8 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 | « content/browser/net/sqlite_persistent_cookie_store.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 8fdbcf26a6a4194bfcff29d2ce0b05df6345bc95..6ab0310dc84da184d2f2986524880ed21415f613 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3761,6 +3761,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The amount of time (ms) to migrate a v7 database to v8.</summary>
</histogram>
+<histogram name="Cookie.TimeDatabaseMigrationToV9" units="ms">
+ <owner>erikchen@chromium.org</owner>
+ <summary>The amount of time (ms) to migrate a v8 database to v9.</summary>
+</histogram>
+
<histogram name="Cookie.TimeGet" units="ms">
<obsolete>
Deprecated as of 11/2014.
« no previous file with comments | « content/browser/net/sqlite_persistent_cookie_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698