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

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

Issue 2350183002: [HttpCache] Add cache metrics for audio/video behavior (Closed)
Patch Set: Created 4 years, 3 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 0e96895f27242bb97cb1ad2ac006fa7f048d365d..4d7686c2e1c766a13750f89aa1fbdbe8d7e23d91 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19315,6 +19315,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="HttpCache.Pattern" enum="HttpCachePattern">
<owner>gavinp@chromium.org</owner>
+ <owner>jkarlin@chromium.org</owner>
<summary>For each http cache transaction, the recorded pattern.</summary>
</histogram>
@@ -100092,6 +100093,10 @@ To add a new entry, add it with any value and run test to compute valid value.
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."/>
+ <suffix name="Audio"
+ label="Showing cache patterns only for audio resources."/>
+ <suffix name="Video"
+ label="Showing cache patterns only for video resources."/>
<affected-histogram name="HttpCache.Pattern"/>
<affected-histogram
name="HttpCache.StaleEntry.FreshnessPeriodsSinceLastUsed"/>
« 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