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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1325593003: Record "time to first text paint" UMA metrics in PageLoadHistograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/renderer/page_load_histograms.cc ('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 d847369e9a1a2be0e47864f0c856ddf7c3cabfcd..9b2553180d1a272d39366b2540b6fd1c5c43fdd0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32213,6 +32213,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PLT.BeginToFirstCustomFontText" units="milliseconds">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Time from &quot;begin&quot; to &quot;first custom font text paint.&quot;
+ &quot;First custom font text paint&quot;== time when first paint operation
+ for visible text with custom font (defined by @font-face) was performed.
+ </summary>
+</histogram>
+
+<histogram name="PLT.BeginToFirstNonBlankText" units="milliseconds">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ Time from &quot;begin&quot; to &quot;first non-blank text paint.&quot;
+ &quot;First non-blank text paint&quot; == time when first paint operation
+ for visible text was performed.
+ </summary>
+</histogram>
+
<histogram name="PLT.BeginToFirstPaint" units="milliseconds">
<owner>pmeenan@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/renderer/page_load_histograms.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698