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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 896643002: [DOMStorage] Rate limiting writes to disk. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA counts of LocalStorage.CommitDeferredDuringStartup Created 5 years, 10 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 004792d95d5a77797e02d24b8f563e86c4ca6e01..78916961ba41395378a2432dec910c51a4383f3f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5550,49 +5550,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="DOMStorage.clear" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
Alexei Svitkine (slow) 2015/02/13 16:02:35 Please mark these with an <obsolete> tag instead o
michaeln 2015/02/14 00:24:45 Done.
- <summary>
- Duration to execute localStorage.clear() or sessionStorage.clear().
- </summary>
-</histogram>
-
-<histogram name="DOMStorage.getItem" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
- <summary>
- Duration to execute localStorage.getItem() or sessionStorage.getItem().
- </summary>
-</histogram>
-
-<histogram name="DOMStorage.key" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
- <summary>
- Duration to execute localStorage.key() or sessionStorage.key().
- </summary>
-</histogram>
-
-<histogram name="DOMStorage.length" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
- <summary>
- Duration to execute localStorage.length() or sessionStorage.length().
- </summary>
-</histogram>
-
-<histogram name="DOMStorage.removeItem" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
- <summary>
- Duration to execute localStorage.removeItem() or
- sessionStorage.removeItem().
- </summary>
-</histogram>
-
-<histogram name="DOMStorage.setItem" units="milliseconds">
- <owner>michaeln@chromium.org</owner>
- <summary>
- Duration to execute localStorage.setItem() or sessionStorage.setItem().
- </summary>
-</histogram>
-
<histogram name="Download.AcceptRangesBytes.KBytes" units="KB">
<owner>asanka@chromium.org</owner>
<summary>The length of downloads for serves that accept byte ranges.</summary>
@@ -12228,6 +12185,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="LocalStorage.CommitDeferredDuringStartup">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ Logged each time a commit is deferred during browser startup.
+ </summary>
+</histogram>
+
+<histogram name="LocalStorage.CommitDelay">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ Delay between a page making changes and those changes being written to the
+ DB.
+ </summary>
+</histogram>
+
<histogram name="LocalStorage.RendererLocalStorageSizeInKB" units="KB">
<owner>michaeln@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698