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

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

Issue 2465643002: WebFonts intervention: understand if download time matches the decision (Closed)
Patch Set: Created 4 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 | « 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 4ff3de352e501c39d7b1b4982b8fb5605c73bbd4..750b521133e0ac88354bf48b3ec5979ef2019665 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -109592,6 +109592,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