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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1819593002: Preload scan external css for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kinuko@ review: updated comment and clear m_resource when finished Created 4 years, 7 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/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 2feb08c3818476e37a5b8d06dd359e986b304343..bd0d7a52d9ed107492b5e2573f319db88d91d442 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39754,6 +39754,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PreloadScanner.ExternalCSS.PreloadCount" units="preloads">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of preloads generated by scanning an external preloaded CSS
+ resource. As of 4/25/2016 this only includes @import declarations.
+ </summary>
+</histogram>
+
<histogram name="Prerender.AbandonTimeUntilUsed" units="ms">
<owner>davidben@chromium.org</owner>
<owner>pasko@chromium.org</owner>
« 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