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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 470373002: IndexedDB: Measure the total database open time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d51e0645a245845bb7e73e3b994bdfcbdbbf0277..5f3cfa96ef2daa49ccd1980c7fc1473124ea91eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35863,6 +35863,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.OpenTime" units="milliseconds">
jsbell 2014/08/14 22:58:06 I'm not sure we should measure all of these using
dgrogan 2014/08/14 23:29:12 I had similar thoughts. There's a good chance this
cmumford 2014/08/14 23:53:03 No problem. I figured this change would require a
jsbell 2014/08/15 00:05:16 I think the first three is probably enough. Under
dgrogan 2014/08/15 02:09:30 I thought we were just going to measure the time u
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The time that it takes to open an IndexedDB database and fire the first
+ event - one of: onerror, onsuccess, onblocked, onupgradeneeded.
+ </summary>
+</histogram>
+
<histogram name="WebCore.PreloadDelayMs" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698