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

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

Issue 1888043002: Differentiate between small and large images in caching metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot a brace Created 4 years, 8 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 | « net/http/http_cache_transaction.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 d7da57799594396b37623081f2ab201736674740..4b1987d7df6f218e1485079793dc81c75707a4f6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -87327,6 +87327,12 @@ To add a new entry, add it with any value and run test to compute valid value.
label="Showing cache patterns only for non-main-frame HTML resources."/>
<suffix name="Image"
label="Showing cache patterns only for image resources."/>
+ <suffix name="TinyImage"
+ label="Showing cache patterns only for image resources with
+ content-length less than 100 bytes."/>
+ <suffix name="NonTinyImage"
+ label="Showing cache patterns only for image resources with
+ content-length &gt;= 100 bytes."/>
<suffix name="Font" label="Showing cache patterns only for font resources."/>
<affected-histogram name="HttpCache.Pattern"/>
</histogram_suffixes>
« no previous file with comments | « net/http/http_cache_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698