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

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

Issue 2137893002: Update histograms.xml to supplement crrev.com/2095293002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review #4 Created 4 years, 5 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 4b565c63a1b0cd3ac0201f7de7832f585e52b171..099bebca211b24ecea5104f602a613faee450dcc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63126,6 +63126,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebFont.InterventionResult.MissedCache"
+ enum="WebFontInterventionResult">
+ <owner>toyoshim@chromium.org</owner>
+ <owner>kenjibaheux@chromium.org</owner>
+ <summary>
+ Like InterventionResult, this records whether User Agent Intervention was
+ triggered, and whether the request (would have) timed out or not. But this
+ version records only when data actually comes from network, not from disk or
+ memory cache, and is not provided in a data URL format.
+ </summary>
+</histogram>
+
<histogram name="WebFont.LayoutLatency" units="ms">
<obsolete>
Renamed to WebFont.StyleRecalcToDownloadLatency for clarity.
« 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