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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2443883003: WebFonts intervention: understand if download time matches the decision (Closed)
Patch Set: merge suffixes elements Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp ('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 30438aa1581f19c0c779416f3b22e109c40a56e5..3c6aed491c0586a1ba0ef207e760b5797fd443c5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -111368,6 +111368,17 @@ value.
<affected-histogram name="WebFont.DownloadTime.LoadError"/>
</histogram_suffixes>
+<histogram_suffixes name="WebFontMissedCacheAndInterventionTriggeredOrNot"
+ separator="." ordering="prefix">
+ <owner>toyoshim@chromium.org</owner>
+ <suffix name="MissedCacheAndInterventionNotTriggered"
+ label="On missed cache and intervention not triggered"/>
+ <affected-histogram name="WebFont.DownloadTime.1.10KBTo50KB"/>
+ <suffix name="MissedCacheAndInterventionTriggered"
+ label="On missed cache and intervention triggered"/>
+ <affected-histogram name="WebFont.DownloadTime.1.10KBTo50KB"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WebRTCMediaType" separator=".">
<suffix name="Audio" label="Audio"/>
<suffix name="Video" label="Video"/>
« no previous file with comments | « third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698