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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2930013005: [Tab Metrics] Measure FP, FCP and FMP for Foreground Tab during Session Restore (Closed)
Patch Set: Correct the position of DCHECK in OnStart(). Created 3 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
« chrome/browser/ui/browser.h ('K') | « chrome/test/BUILD.gn ('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 e200856294c7db896e3ac486b8fb4f6dad497611..991ff435a14f84fd7c48229a5567c1bf5ee249de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79338,6 +79338,39 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="TabManager.Experimental.SessionRestore.ForegroundTab.FirstContentfulPaint"
+ units="ms">
+ <owner>fmeawad@chromium.org</owner>
+ <owner>ducbui@google.com</owner>
+ <summary>
+ Elapsed time between the start of the loading and the first contentful paint
+ of foreground tabs when the browser loads tabs in session restore.
+ </summary>
+</histogram>
+
+<histogram
+ name="TabManager.Experimental.SessionRestore.ForegroundTab.FirstMeaningfulPaint"
+ units="ms">
+ <owner>fmeawad@chromium.org</owner>
+ <owner>ducbui@google.com</owner>
+ <summary>
+ Elapsed time between the start of the loading and the first meaningful paint
+ of foreground tabs when the browser loads tabs in session restore.
+ </summary>
+</histogram>
+
+<histogram
+ name="TabManager.Experimental.SessionRestore.ForegroundTab.FirstPaint"
+ units="ms">
+ <owner>fmeawad@chromium.org</owner>
+ <owner>ducbui@google.com</owner>
+ <summary>
+ Elapsed time between the start of the loading and the first paint of
+ foreground tabs when the browser loads tabs in session restore.
+ </summary>
+</histogram>
+
<histogram name="TabManager.SessionRestore.SwitchToTab" enum="TabLoadingState">
<owner>fmeawad@chromium.org</owner>
<summary>
« chrome/browser/ui/browser.h ('K') | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698