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

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: kouhei@ review 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 34e02a3ff0a02d44f7eb9fdce70700eb3fbfc5fb..44a2a2b21968e02111eae7db742be28a82db5039 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6744,6 +6744,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CSSPreloaderResourceClient.PreloadCount" units="preloads">
Ilya Sherman 2016/04/25 15:48:35 It looks like you're adding a new top-level group
Charlie Harrison 2016/04/25 22:29:12 You're completely right. I think was in the TRACE_
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of preloads generated by scanning an external preloaded CSS
+ resource.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.ClientAppId" enum="ClientAppId">
<owner>yusufo@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698