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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 455623003: stale-while-revalidate experimental implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix for ResourcePrefreshPredictor. Created 6 years, 2 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_transaction_test_util.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 fc4774f2cbf23c5da603460d27b06b0f30f7a34c..9a5ff8811ecdba5f56574917a5e581ad467d121b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9816,6 +9816,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
Alexei Svitkine (slow) 2014/10/07 18:25:44 Nit: Each sample is time spent doing that specific
+ stale-while-revalidate directive.
+ </summary>
+</histogram>
+
<histogram name="HttpCache.EntryLockWait" units="milliseconds">
<owner>jkarlin@chromium.org</owner>
<summary>
@@ -45676,6 +45684,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"/>
« no previous file with comments | « net/http/http_transaction_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698