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

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: Comments from asvitkine, rkaplow. 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 e22ab98ff6c812e948a41928b1116d88fe0b7577..7a68d980730e4e05b42f67319bf0906ea2e796d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35391,6 +35391,52 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram
+ name="Startup.Experimental.FirstWebContents.MainFrameLoad.ManyBuckets"
Alexei Svitkine (slow) 2014/12/03 20:05:57 Honestly, I'd just remove the Experimental substri
erikchen 2014/12/03 21:38:41 I would prefer to keep the names as is, since I in
Alexei Svitkine (slow) 2014/12/03 22:09:33 The cost is keeping the old entries in the XML fil
Ilya Sherman 2014/12/03 22:16:11 Alternately, the cost is losing continuity for you
erikchen 2014/12/03 22:20:11 Understood. Since I plan on renaming the metric a
+ units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ An experimental metric only collected on the dev and canary channels.
+ Measure the elapsed time from process launch to the first main frame load of
+ the first web contents. Uses significantly more buckets, with reduced
+ ranges.
+ </summary>
+</histogram>
+
+<histogram
+ name="Startup.Experimental.FirstWebContents.MainFrameLoad.StandardBuckets"
+ units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ An experimental metric only collected on the dev and canary channels.
+ Measure the elapsed time from process launch to the first main frame load of
+ the first web contents. Uses standard bucket ranges.
+ </summary>
+</histogram>
+
+<histogram
+ name="Startup.Experimental.FirstWebContents.NonEmptyPaint.ManyBuckets"
+ units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ An experimental metric only collected on the dev and canary channels.
+ Measure the elapsed time from process launch to the first non-empty paint of
+ the first web contents. Uses significantly more buckets, with reduced
+ ranges.
+ </summary>
+</histogram>
+
+<histogram
+ name="Startup.Experimental.FirstWebContents.NonEmptyPaint.StandardBuckets"
+ units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ An experimental metric only collected on the dev and canary channels.
+ Measure the elapsed time from process launch to the first non-empty paint of
+ the first web contents. Uses standard bucket ranges.
+ </summary>
+</histogram>
+
<histogram name="Startup.Fling.TimeToDisplayVideo" units="milliseconds">
<owner>jeremy@chromium.org</owner>
<summary>
« chrome/browser/metrics/first_web_contents_profiler.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698