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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2088183002: Add UMA for hb_face_t instantiation type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 112916068a510964b410fe34c4a34b5e3e5b0961..1c7ba1f6ad568d914347ae3f2009e7d9e316aa2a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3563,6 +3563,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Image codec inferred during decode.</summary>
</histogram>
+<histogram name="Blink.Fonts.HarfBuzzFaceInstantiationType">
Mark P 2016/06/27 21:28:41 please use the enum= construct. You may also want
drott 2016/06/28 07:38:47 Done, changed to enum="BooleanSuccess".
+ <owner>drott@chromium.org</owner>
+ <summary>
+ Enumeration of two values, counting how HarfBuzz font face objects are
+ instantiated, using the table copy method or the in-place zero copy access
+ to the font blob. This value is only recorded on non-Mac platforms. Reported
+ each time a HarfBuzz face object is created.
+ </summary>
+</histogram>
+
<histogram name="Blink.Fonts.ShapeCache">
<owner>eae@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698