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

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

Issue 470373002: IndexedDB: Measure the total database open time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: conn_open_start_time_ -> connection_open_start_time_ Created 6 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
« no previous file with comments | « content/browser/indexed_db/indexed_db_dispatcher_host.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 0f4947ceaa71e02fd198af349a25fd95e865745f..f2933f8dfcdcba8c1eb152a692251dcd60f8cc3b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36119,6 +36119,38 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.OpenTime.Blocked" units="milliseconds">
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The delay between the receipt of the request to open an IndexedDB database
+ and the firing of the blocked event.
+ </summary>
+</histogram>
+
+<histogram name="WebCore.IndexedDB.OpenTime.Error" units="milliseconds">
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The delay between the receipt of the request to open an IndexedDB database
+ and the firing of the error event.
+ </summary>
+</histogram>
+
+<histogram name="WebCore.IndexedDB.OpenTime.Success" units="milliseconds">
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The delay between the receipt of the request to open an IndexedDB database
+ and the firing of the success event.
+ </summary>
+</histogram>
+
+<histogram name="WebCore.IndexedDB.OpenTime.UpgradeNeeded" units="milliseconds">
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The delay between the receipt of the request to open an IndexedDB database
+ and the firing of the upgradeneeded event.
+ </summary>
+</histogram>
+
<histogram name="WebCore.PreloadDelayMs" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« no previous file with comments | « content/browser/indexed_db/indexed_db_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698