Commit 89e88e32 authored by sahel's avatar sahel Committed by Commit bot

UMA metrics for measuring first input after first paint renamed.

BUG=479009

Review-Url: https://codereview.chromium.org/2345293002
Cr-Commit-Position: refs/heads/master@{#419252}
parent 785ed605
...@@ -201,9 +201,9 @@ const char kHistogramFirstMeaningfulPaintStatus[] = ...@@ -201,9 +201,9 @@ const char kHistogramFirstMeaningfulPaintStatus[] =
"PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintStatus"; "PageLoad.Experimental.PaintTiming.FirstMeaningfulPaintStatus";
const char kHistogramFirstNonScrollInputAfterFirstPaint[] = const char kHistogramFirstNonScrollInputAfterFirstPaint[] =
"PageLoad.Input.TimeToFirstNonScroll.AfterPaint"; "PageLoad.InputTiming.NavigationToFirstNonScroll.AfterPaint";
const char kHistogramFirstScrollInputAfterFirstPaint[] = const char kHistogramFirstScrollInputAfterFirstPaint[] =
"PageLoad.Input.TimeToFirstScroll.AfterPaint"; "PageLoad.InputTiming.NavigationToFirstScroll.AfterPaint";
} // namespace internal } // namespace internal
......
...@@ -39587,14 +39587,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -39587,14 +39587,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary> </summary>
</histogram> </histogram>
<histogram name="PageLoad.Input.TimeToFirstNonScroll.AfterPaint" units="ms"> <histogram name="PageLoad.InputTiming.NavigationToFirstNonScroll.AfterPaint"
units="ms">
<owner>sahel@chromium.org</owner> <owner>sahel@chromium.org</owner>
<summary> <summary>
Measures the time to first non-scroll input after the first paint. Measures the time to first non-scroll input after the first paint.
</summary> </summary>
</histogram> </histogram>
<histogram name="PageLoad.Input.TimeToFirstScroll.AfterPaint" units="ms"> <histogram name="PageLoad.InputTiming.NavigationToFirstScroll.AfterPaint"
units="ms">
<owner>sahel@chromium.org</owner> <owner>sahel@chromium.org</owner>
<summary> <summary>
Measures the time to first scroll input after the first paint. Measures the time to first scroll input after the first paint.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment