Chromium Code Reviews| 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> |