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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1433893002: Add StaleWhileRevalidateExperiment histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s-w-r-dafsa
Patch Set: Fix compile error. Created 5 years 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/net.gypi ('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 29cb73fa491f4f673cd53afbb2c5afdaf72689b0..b622342f898396249df8a26611c50650a33267e1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78774,6 +78774,16 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="ChromeOS.MachineIdRegen.AgeSeconds"/>
</histogram_suffixes>
+<histogram_suffixes name="Clients.StaleWhileRevalidateExperiment" separator="."
+ ordering="prefix">
+ <suffix name="Clients.StaleWhileRevalidateExperiment"
+ label="Timing was recorded on one of the domains of focus for
+ stale-while-revalidate"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstLayout"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToFirstTextPaint"/>
+ <affected-histogram name="PageLoad.Timing2.NavigationToLoadEventFired"/>
+</histogram_suffixes>
+
<histogram_suffixes name="ClockResolution" separator=".">
<suffix name="HighResolutionClock"
label="base::TimeTicks::IsHighResolution() is true for this measurement"/>
« no previous file with comments | « net/net.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698