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

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

Issue 2507753003: Do not precache when the cache size is small (Closed)
Patch Set: scoped_refptr Created 4 years, 1 month 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 5f127885cb7c1c36733800e680c138f6f2e724f3..feb269e0c2f18509d556dea9b6ab788154d01dd5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47167,6 +47167,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.CacheSize.AllEntries" units="KB">
+ <owner>jamartin@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ The size in kilobytes occupied by all the entries existing in the cache at
+ the time of the last precache.
+ </summary>
+</histogram>
+
<histogram name="Precache.CacheStatus.NonPrefetch" enum="HttpCachePattern">
<owner>jamartin@chromium.org</owner>
<owner>bengr@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698