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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1642523002: [MemoryCache] Split UMAs for RevalidationPolicy for preloading/regular requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp ('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 dcb59f5e894f2323b3c01fd64544cb754dbf12ea..de0784d02b1d26b520818c9c11d139e064d015ba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3121,7 +3121,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
enum="RevalidationPolicy">
<owner>hiroshige@chromium.org</owner>
<summary>
- RevalidationPolicy used for each resource type. https://crbug.com/579496
+ RevalidationPolicy used for non-preloading requests for each resource type.
+ https://crbug.com/579496
+ </summary>
+</histogram>
+
+<histogram name="Blink.MemoryCache.RevalidationPolicy.Preload"
+ enum="RevalidationPolicy">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ RevalidationPolicy of used for preloading requests for each resource type.
+ https://crbug.com/579496
</summary>
</histogram>
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698