Commit 314184c5 authored by tapted@chromium.org's avatar tapted@chromium.org

Add missing UMA histograms for Startup.AppListFirstPaint*

These were added in http://crrev.com/218723 but without a histograms
change in src/tools/metrics/histograms or src-internal/tools/histograms.

The values cover the gap in measurement between when the app launcher
view is created and when it actually gets painted. Similar to
Startup.BrowserWindowDisplay.

BUG=274049

Review URL: https://codereview.chromium.org/283603004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270069 0039d316-1c4b-4281-b951-d872f2087c98
parent 01210dad
......@@ -26584,6 +26584,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Error codes returned by sqlite the web db.</summary>
</histogram>
<histogram name="Startup.AppListFirstPaintColdStart" units="milliseconds">
<owner>tapted@chromium.org</owner>
<summary>
Time for a newly created browser process to perform the first paint of the
app launcher, when started with the --show-app-list flag and with no
currently running Chrome processes.
</summary>
</histogram>
<histogram name="Startup.AppListFirstPaintWarmStart" units="milliseconds">
<owner>tapted@chromium.org</owner>
<summary>
Time for a running browser process to perform the first paint of the app
launcher. Measured from the time a second Chrome process started, which sent
its --show-app-list command line argument to the already-running process and
will soon exit.
</summary>
</histogram>
<histogram name="Startup.BrowserMessageLoopStartTime">
<owner>jeremy@chromium.org</owner>
<summary>
......@@ -43126,6 +43145,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="CaptivePortal.Session.DiscrepancyWithShill"/>
</histogram_suffixes>
<histogram_suffixes name="AppListFirstPaintWarmStartFast" separator="">
<suffix name="" label="Normal start."/>
<suffix name="Fast"
label="Fast start by skipping normal chrome.dll startup."/>
<affected-histogram name="Startup.AppListFirstPaintWarmStart"/>
</histogram_suffixes>
<histogram_suffixes name="AsyncSlowStart">
<suffix name="AsyncSlowStart" label="Async Slow Start on"/>
<suffix name="AsyncSlowStart_off" label="Async Slow Start off"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment