DescriptionUMA histograms to measure whether / how long blank text is rendered for loading web fonts
This patch adds two UMA metrics:
WebFont.BlankTextShownTime histogram tracks the time we spent showing
blank text. This measures the time between when the "loading fallback"
font is drawn for the first time, and when FontData for the downloaded
web font is created.
WebFont.HadBlankText is recorded once per page load if the page uses
any web fonts. The value is 1 if we ended up showing blank text at
least once, 0 otherwise.
BUG=345839
TEST=Manually tested with chrome://histograms
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168541
Patch Set 1 #
Total comments: 2
Patch Set 2 : early return #
Messages
Total messages: 7 (0 generated)
|