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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2289303004: WebFonts: measure network loading time (Closed)
Patch Set: Created 4 years, 3 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 bf39a819c52d78955b3ef95b054df8c26d01a216..829e7b74cc344d01f74ad3d5acfb7d581200c71d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65779,6 +65779,67 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebFont.DownloadTime.MissedCache.0.Under10KB" units="ms">
Kunihiko Sakamoto 2016/09/01 01:33:02 You might want to use a <histogram_suffixes>.
Takashi Toyoshima 2016/09/01 06:16:03 OK. So to make the suffix rule simple, let me rena
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time it takes for a webfont download to finish, for webfonts of under
+ 10KB. This variant is counted only for requests make a network request.
+ </summary>
+</histogram>
+
+<histogram name="WebFont.DownloadTime.MissedCache.1.10KBTo50KB" units="ms">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time it takes for a webfont download to finish, for webfonts of
+ 10KB-50KB. This variant is counted only for requests make a network request.
+ </summary>
+</histogram>
+
+<histogram name="WebFont.DownloadTime.MissedCache.2.50KBTo100KB" units="ms">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time it takes for a webfont download to finish, for webfonts of
+ 50KB-100KB. This variant is counted only for requests make a network
+ request.
+ </summary>
+</histogram>
+
+<histogram name="WebFont.DownloadTime.MissedCache.3.100KBTo1MB" units="ms">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time it takes for a webfont download to finish, for webfonts of
+ 100KB-1MB. This variant is counted only for requests make a network request.
+ </summary>
+</histogram>
+
+<histogram name="WebFont.DownloadTime.MissedCache.4.Over1MB" units="ms">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time it takes for a webfont download to finish, for webfonts of over
+ 1MB. This variant is counted only for requests make a network request.
+ </summary>
+</histogram>
+
+<histogram name="WebFont.DownloadTime.MissedCache.LoadError" units="ms">
+ <owner>kenjibaheux@chromium.org</owner>
+ <owner>ksakamoto@chromium.org</owner>
+ <owner>toyoshim@chromium.org</owner>
+ <summary>
+ The time taken for a webfont download that failed. Includes aborted
+ requests. This variant is counted only for requests make a network request.
+ </summary>
+</histogram>
+
<histogram name="WebFont.FontDisplayValue" enum="FontDisplayValue">
<owner>kenjibaheux@chromium.org</owner>
<owner>ksakamoto@chromium.org</owner>
« 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