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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2870993002: Add Startup.BrowserMessageLoopStart.To.NonEmptyPaint2 metric. (Closed)
Patch Set: Created 3 years, 7 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 | « components/startup_metric_utils/browser/startup_metric_utils.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 c309a7f5982044ec4d2c40b0c9ff24b8f1c21a95..5d8a711352d83e4eb062cbaacabeede180ad6b31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70271,6 +70271,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.BrowserMessageLoopStart.To.MainNavigationStart"
+ units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Time between Startup.BrowserMessageLoopStartTime and
+ Startup.FirstWebContents.MainNavigationStart. Recorded explicitly to allow
+ easy breakdown of Startup.FirstWebContents.MainNavigationStart when
+ diagnosing issues.
+ </summary>
+</histogram>
+
+<histogram name="Startup.BrowserMessageLoopStart.To.NonEmptyPaint2" units="ms">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Time between Startup.BrowserMessageLoopStartTime and
+ Startup.FirstWebContents.NonEmptyPaint2. Recorded explicitly to allow easy
+ breakdown of Startup.FirstWebContents.NonEmptyPaint2 when diagnosing issues.
+ </summary>
+</histogram>
+
<histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
<owner>chrisha@chromium.org</owner>
<owner>fdoray@chromium.org</owner>
@@ -70311,7 +70331,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Startup.BrowserMessageLoopStartTime">
+<histogram name="Startup.BrowserMessageLoopStartTime" units="ms">
<owner>fdoray@chromium.org</owner>
<summary>
Time from browser startup to the start of the main thread's message loop.
@@ -91530,6 +91550,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram
name="LibraryLoader.PercentageOfResidentCodeBeforePrefetch"/>
<affected-histogram name="Startup.BrowserMainToRendererMain"/>
+ <affected-histogram
+ name="Startup.BrowserMessageLoopStart.To.MainNavigationStart"/>
+ <affected-histogram name="Startup.BrowserMessageLoopStart.To.NonEmptyPaint2"/>
<affected-histogram name="Startup.BrowserMessageLoopStartTime"/>
<affected-histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry"/>
<affected-histogram
« no previous file with comments | « components/startup_metric_utils/browser/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698