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

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

Issue 1180803003: IndexedDB: Added UMA stat to measure time to close backing store. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 d149cc7e49a6bb595825ce5684c88c625a6d487d..12724fd65cda61602a57855d60fb9e9d5e62d9d4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47153,6 +47153,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebCore.IndexedDB.LevelDB.CloseTime" units="milliseconds">
+ <owner>cmumford@chromium.org</owner>
+ <summary>
+ The time that it takes to close IndexedDB's LevelDB backing store.
+ </summary>
+</histogram>
+
<histogram name="WebCore.IndexedDB.LevelDB.FreeDiskSpaceFailure"
enum="LevelDBErrorCount">
<owner>dgrogan@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698