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

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

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
« no previous file with comments | « mojo/common/common_type_converters_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ba8aa2e7d974703b9e82056b9b0ae5905c399184..fd7d05a9331eb7467ce50434a3a2fae4e5385794 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" units="ms">
+ <owner>jam@chromium.org</owner>
+ <summary>
+ Time (in ms) to load HTML5 LocalStorage into the renderer-side cache using
+ Mojo implementation.
+ </summary>
+</histogram>
+
+<histogram name="LocalStorage.MojoTimeToPrimeFor" units="ms">
+ <owner>jam@chromium.org</owner>
+ <summary>
+ Time (in ms) 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>
« no previous file with comments | « mojo/common/common_type_converters_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698