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

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

Side-by-side diff isn't available for this file because of its large size.
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: Apply changes by tyoshino. Created 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6217e8ad63ba5e823a5657873512d6b7552d7bed..d67e3fce62fad561d3ef1741d21964a670347aec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79454,6 +79454,15 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Net.SSL_Connection_Latency_Google2"/>
</histogram_suffixes>
+<histogram_suffixes name="StaleWhileRevalidateExperiment">
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstLayout"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstText"/>
+ <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="StartupTemperature" separator=".">
<suffix name="ColdStartup" label="Startup was cold (mostly hard faults)."/>
<suffix name="WarmStartup" label="Startup was warm (almost no hard faults)."/>
« net/base/swr_histogram_domains/BUILD.gn ('K') | « net/tools/tld_cleanup/make_dafsa_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698