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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2649963002: Enable mojo localstorage to actually store on disk. (Closed)
Patch Set: add uma Created 3 years, 11 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 778bde8307e04d91858887fe90fe838ec55fbd2d..f66b777d18d8b3e67ac0e923727d8ea96de8b7b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23817,6 +23817,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="LocalStorage.MojoTimeToPrimeClear" units="ms">
+ <owner>mek@chromium.org</owner>
+ <summary>
+ Time (in ms) to prime HTML5 LocalStorage into the renderer-side using Mojo
+ implementation, when the first operation is to clear storage.
+ </summary>
+</histogram>
+
<histogram name="LocalStorage.MojoTimeToPrimeFor" units="ms">
<owner>jam@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698