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

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

Issue 283603004: Add missing UMA histograms for Startup.AppListFirstPaint* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | 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 cda9a01e01c12e46155e8ed1524def096410b4a1..90e1e6f3f00d90b25badb2bf365b7bb4af86f2d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26535,6 +26535,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>
@@ -43061,6 +43080,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"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698