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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 531693003: Add HttpCache.ExternallyConditionalized histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 bff5da0e325dbb4ac324563d48c8ad4799740da1..6f53aa584dfa1a9748f60a03c7b73c3d2b5d02f1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9675,6 +9675,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="HttpCache.ExternallyConditionalized"
+ enum="ExternallyConditionalizedType">
+ <owner>ricea@chromium.org</owner>
+ <summary>
+ Count of the number of external (ie. from Blink) conditionalized requests,
+ and whether or not those requests could have been served from the browser
+ cache.
+ </summary>
+</histogram>
+
<histogram name="HttpCache.OfflineStatus" enum="OfflineStatus">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -41471,6 +41481,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="7" label="UNINSTALLED (not in webstore)"/>
</enum>
+<enum name="ExternallyConditionalizedType" type="int">
+ <int value="0" label="Cache entry requires validation"/>
+ <int value="1" label="Cache entry usable"/>
+</enum>
+
<enum name="Exynos5250LotIdEnum" type="int">
<int value="0" label="Fused device"/>
<int value="1" label="Generic unfused device"/>
« 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