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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1824713002: Break down HTTPCache.Result metric by resource type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 60140b3367e41a614910052a1d7bdff63781a7fb..fb05fa92b8aefba7fed28f69e95e840f67ae8eab 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16797,6 +16797,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>For each http cache transaction, the recorded pattern.</summary>
</histogram>
+<histogram name="HttpCache.Pattern.CSS" enum="HttpCachePattern">
rkaplow 2016/03/22 15:02:05 can you switch to using the histogram_suffix patte
jkarlin 2016/03/23 14:54:57 Done. Thanks!
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ For each http cache transaction for a URL whose path ends with '.css', the
+ recorded pattern.
+ </summary>
+</histogram>
+
+<histogram name="HttpCache.Pattern.HTML" enum="HttpCachePattern">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ For each http cache transaction for a URL whose path ends with '.html', the
+ recorded pattern.
+ </summary>
+</histogram>
+
+<histogram name="HttpCache.Pattern.JavaScript" enum="HttpCachePattern">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ For each http cache transaction for a URL whose path ends with '.js', the
+ recorded pattern.
+ </summary>
+</histogram>
+
+<histogram name="HttpCache.Pattern.JPG" enum="HttpCachePattern">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ For each http cache transaction for a URL whose path ends with '.jpg', the
rkaplow 2016/03/22 15:02:05 i would change this comment to mention it also act
jkarlin 2016/03/23 14:54:57 this is now "HttpCache.Pattern.Image"
+ recorded pattern.
+ </summary>
+</histogram>
+
<histogram name="HttpCache.PercentBeforeSend" units="%">
<owner>gavinp@chromium.org</owner>
<summary>
« 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