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

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

Issue 455623003: stale-while-revalidate experimental implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove --disable-stale-while-revalidate flag and strengthen must-revalidate. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8321fe938ca8b6b30f954385cee757219bb4be5c..ebcf5f3c9a5f2c6a5bf3da9e867be58a31452646 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9507,6 +9507,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="HttpCache.AsyncValidationDuration" units="milliseconds">
+ <owner>ricea@chromium.org</owner>
+ <summary>
+ The time spent doing HTTP fetches asynchronously that were triggered by a
+ stale-while-revalidate directive.
+ </summary>
+</histogram>
+
<histogram name="HttpCache.EntryLockWait" units="milliseconds">
<owner>jkarlin@chromium.org</owner>
<summary>
@@ -43853,6 +43861,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1723601083" label="enable-app-window-controls"/>
<int value="1730236697" label="force-device-scale-factor"/>
<int value="1747279677" label="disable-delegated-renderer"/>
+ <int value="1752168018" label="enable-stale-while-revalidate"/>
<int value="1775475563" label="malware-interstitial-v3"/>
<int value="1776475705" label="show-composited-layer-borders"/>
<int value="1783293530" label="disallow-autofill-sync-credential"/>
« net/http/http_response_headers.cc ('K') | « net/http/http_response_headers_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698