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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2556683003: Reland: WebFonts cache-aware timeout adaptation (Closed)
Patch Set: rebase Created 4 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 | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('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 2fcaafbaf068791771160eb6433927e06bb0fe46..10b6bd354a4ce02bd163e828a3061a1549a5f90c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72437,6 +72437,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebFont.LoadLimitOnDiskCacheMiss" enum="WebFontLoadLimitState">
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>shaochuan@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The load limit state when the first disk-cache-only request fails by cache
+ miss, if WebFonts cache-aware timeout adaptation is enabled and applicable.
+ </summary>
+</histogram>
+
<histogram name="WebFont.LoadTime.0.Under10KB" units="ms">
<obsolete>
Deprecated as of 8/2013, replaced by WebFont.DownloadTime.0.Under10KB.
@@ -106009,6 +106019,13 @@ value.
<int value="3" label="Was triggered, and would time out"/>
</enum>
+<enum name="WebFontLoadLimitState" type="int">
+ <int value="0" label="Load not started"/>
+ <int value="1" label="Under limit"/>
+ <int value="2" label="Short limit exceeded"/>
+ <int value="3" label="Long limit exceeded"/>
+</enum>
+
<enum name="WebFontPackageFormat" type="int">
<int value="0" label="Unknown / Decode error"/>
<int value="1" label="SFNT"/>
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698