Home | History | Annotate | Download | only in app_list

Lines Matching defs:startup

57 // The type of startup the the current app list show has gone through.
71 UMA_HISTOGRAM_LONG_TIMES("Startup.AppListFirstPaintColdStart", elapsed);
74 UMA_HISTOGRAM_LONG_TIMES("Startup.AppListFirstPaintWarmStart", elapsed);
77 UMA_HISTOGRAM_LONG_TIMES("Startup.AppListFirstPaintWarmStartFast",
115 StartupType startup = GetStartupType(command_line);
116 switch (startup) {
118 UMA_HISTOGRAM_LONG_TIMES("Startup.ShowAppListColdStart", elapsed);
121 UMA_HISTOGRAM_LONG_TIMES("Startup.ShowAppListWarmStart", elapsed);
124 UMA_HISTOGRAM_LONG_TIMES("Startup.ShowAppListWarmStartFast", elapsed);
128 RecordStartupInfo(startup, start_time);