Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index ab8130c25ab38822dc2167533d846478f6698a9b..ee93b8394dd1beb03ed56b60fcfb8fe363a6fba0 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -80149,6 +80149,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.Heuristics.FromBackgroundedToFirstAudioStarts" |
units="ms"> |
<owner>chrisha@chromium.org</owner> |