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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2345293002: UMA metrics for measuring first input after first paint renamed. (Closed)
Patch Set: Created 4 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/browser/page_load_metrics/observers/core_page_load_metrics_observer.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 8f9ca39afad9d6bd3d08d6348173b17ff7c1154a..c8ac7cccc29acc3aee1371bad7c21c315536dbff 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39206,14 +39206,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="PageLoad.Input.TimeToFirstNonScroll.AfterPaint" units="ms">
+<histogram name="PageLoad.InputTiming.NavigationToFirstNonScroll.AfterPaint"
+ units="ms">
<owner>sahel@chromium.org</owner>
<summary>
Measures the time to first non-scroll input after the first paint.
</summary>
</histogram>
-<histogram name="PageLoad.Input.TimeToFirstScroll.AfterPaint" units="ms">
+<histogram name="PageLoad.InputTiming.NavigationToFirstScroll.AfterPaint"
+ units="ms">
<owner>sahel@chromium.org</owner>
<summary>
Measures the time to first scroll input after the first paint.
« no previous file with comments | « chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698