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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1814003002: Implement the renderer side of the mojo based local storage implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 9 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 ba8aa2e7d974703b9e82056b9b0ae5905c399184..bb39b4be82068a1938653709bae5732a0aae0e9b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18790,6 +18790,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="LocalStorage.MojoSizeInKB" units="KB">
+ <owner>jam@chromium.org</owner>
+ <summary>
+ Size of the HTML5 LocalStorage DB in KB in the renderer-side cache using
+ Mojo implementation.
+ </summary>
+</histogram>
+
+<histogram name="LocalStorage.MojoTimeToPrime">
Ilya Sherman 2016/03/18 21:46:14 Please specify the units.
jam 2016/03/18 22:15:01 Done.
+ <owner>jam@chromium.org</owner>
+ <summary>
+ Time to load HTML5 LocalStorage into the renderer-side cache using Mojo
+ implementation.
+ </summary>
+</histogram>
+
+<histogram name="LocalStorage.MojoTimeToPrimeFor">
Ilya Sherman 2016/03/18 21:46:14 Please specify the units.
jam 2016/03/18 22:15:01 Done.
+ <owner>jam@chromium.org</owner>
+ <summary>
+ Time to load HTML5 LocalStorage into the renderer-side cache using Mojo
+ implementation, split by size.
+ </summary>
+</histogram>
+
<histogram name="LocalStorage.RendererLocalStorageSizeInKB" units="KB">
<owner>michaeln@chromium.org</owner>
<summary>
@@ -86409,6 +86433,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="100KBTo1MB" label="DB size between 100KB and 1MB"/>
<suffix name="1MBTo5MB" label="DB size between 1MB and 5MB"/>
<affected-histogram name="LocalStorage.BrowserTimeToPrimeLocalStorage"/>
+ <affected-histogram name="LocalStorage.MojoTimeToPrimeFor"/>
<affected-histogram name="LocalStorage.RendererTimeToPrimeLocalStorage"/>
</histogram_suffixes>

Powered by Google App Engine
This is Rietveld 408576698