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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 760763002: Add startup metrics that measure the performance of the first web contents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e178c037e31d3b98889e20b182e47aef8b43e790..18d13e935249903eed49e0ef9d9196187b6e79c4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34948,6 +34948,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Startup.FirstWebContents.MainFrameLoad" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The elapsed time from process launch to the first main frame load of the
+ first web contents.
+ </summary>
+</histogram>
+
+<histogram name="Startup.FirstWebContents.NonEmptyPaint" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The elapsed time from process launch to the first non-empty paint of the
+ first web contents.
+ </summary>
+</histogram>
+
<histogram name="Startup.Fling.TimeToDisplayVideo" units="milliseconds">
<owner>jeremy@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698