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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 329723006: Determine prevalence of cache-control: no-store in main frame resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor name Created 6 years, 6 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 2e6cfb6d90c76cc3f15a908200ad9ee9e54e7c7a..3789bab816cce84ad45a9c58a7bbb99ed7dda095 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13516,6 +13516,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.MainFrameNoStore">
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ After fetching a main frame no-store (1) is incremented if the response
+ headers contained &quot;cache-control: no-store&quot; else (0) is
+ incremented.
Ilya Sherman 2014/06/11 20:26:20 Please use an enum to label the buckets, and make
davidben 2014/06/11 20:37:29 (Oh yeah, sorry, when I suggested to use a boolean
jkarlin 2014/06/11 20:55:13 Done.
jkarlin 2014/06/11 20:55:13 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.MTPR_GetProxyForUrl_Thread_Wait_Time" units="milliseconds">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« 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