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

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: 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
« net/http/http_cache_transaction.cc ('K') | « 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..683113a4515175267c514992bf43aa39dc0b50d3 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 less than 100
+ bytes."/>
+ <suffix name="NonTinyImage"
+ label="Showing cache patterns only for image resources greater than 100
+ bytes."/>
<suffix name="Font" label="Showing cache patterns only for font resources."/>
<affected-histogram name="HttpCache.Pattern"/>
</histogram_suffixes>
« net/http/http_cache_transaction.cc ('K') | « net/http/http_cache_transaction.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698