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

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

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct the build files. Created 5 years, 1 month 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 5690d2415db1d1857a94acceede1d7c1ce827a7e..fe3bbb1329c2e1d7f16d126d9ad8a579f18af2d0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -76330,6 +76330,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PageLoad.Timing2.NavigationToLoadEventFired"/>
</histogram_suffixes>
+<histogram_suffixes name="Clients.StaleWhileRevalidateExperiment" separator="."
+ ordering="prefix">
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstLayout"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstTextPaint"/>
+ <suffix name="StaleWhileRevalidateExperiment"
+ label="Timing was recorded on one of the domains of focus for
+ stale-while-revalidate"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToLoadEventFired"/>
+</histogram_suffixes>
+
<histogram_suffixes name="CloudPrintRequests" separator=".">
<suffix name="Register" label="Register request"/>
<suffix name="UpdatePrinter" label="Update printer request"/>

Powered by Google App Engine
This is Rietveld 408576698