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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 505683004: Adding histogram for measuing custom font collection loading latency and count. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | 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 b10b1a607c2808d04106586e20e2575833a848c5..27bae1a1222abb0534a684a2c24575f0a18f571a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4065,6 +4065,33 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="DirectWrite.CountOfFontsToBeIgnored">
Ilya Sherman 2014/08/27 00:56:30 Optional nit: Typically, a histogram like this wou
Ilya Sherman 2014/08/27 00:56:30 Is there any more general group where it would be
Shrikant Kelkar 2014/08/29 23:51:45 Done.
Shrikant Kelkar 2014/08/29 23:51:45 It is close to Skia, but not part of it, would pre
+ <owner>shrikant@chromium.org</owner>
+ <summary>
+ Reports total number of fonts that will be ignored while loading custom font
Ilya Sherman 2014/08/27 00:56:30 nit: "Reports total number of fonts" -> ""Reports
Ilya Sherman 2014/08/27 00:56:30 nit: "while loading custom font collection" -> "wh
Shrikant Kelkar 2014/08/29 23:51:45 Done.
Shrikant Kelkar 2014/08/29 23:51:45 Done.
+ collecton. With current criteria fonts that are not in system-font location
+ will be ignored.
+ </summary>
+</histogram>
+
+<histogram name="DirectWrite.CountOfFontsToBeLoaded">
+ <owner>shrikant@chromium.org</owner>
+ <summary>
+ Reports total number of fonts to be loaded through custom font collection.
+ This actually reports total font entries from registry excluding font
+ entries that point to non-system location.
+ </summary>
+</histogram>
+
+<histogram name="DirectWrite.CustomFontCollectionLoadTime" units="milliseconds">
+ <owner>shrikant@chromium.org</owner>
+ <summary>
+ Measures the total time spent in loading custom font collection. We load
+ system fonts as a custom font collection to avoid any interaction with font
+ cache service from sandboxed renderer process.
+ </summary>
+</histogram>
+
<histogram name="DisabledExtension.ExtensionWipedStatus" enum="BooleanWiped">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Whether an extension has been wiped out.</summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698