Home
last modified time | relevance | path

Searched refs:boot_times (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc132 static void SendBootTimesToUMA(const BootTimesLoader::BootTimes& boot_times) { in SendBootTimesToUMA() argument
143 SecondsToTimeDelta(boot_times.total)); in SendBootTimesToUMA()
145 SecondsToTimeDelta(boot_times.firmware)); in SendBootTimesToUMA()
147 SecondsToTimeDelta(boot_times.pre_startup)); in SendBootTimesToUMA()
149 SecondsToTimeDelta(boot_times.system)); in SendBootTimesToUMA()
150 if (boot_times.chrome > 0) { in SendBootTimesToUMA()
152 SecondsToTimeDelta(boot_times.chrome)); in SendBootTimesToUMA()
163 boot_times.total, in SendBootTimesToUMA()
164 boot_times.firmware, in SendBootTimesToUMA()
165 boot_times.pre_startup, in SendBootTimesToUMA()
[all …]
/external/chromium/chrome/browser/chromeos/login/
Dbackground_view.cc538 BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times) { in OnBootTimes() argument
546 if (boot_times.chrome > 0) { in OnBootTimes()
550 boot_times.total, in OnBootTimes()
551 boot_times.pre_startup, in OnBootTimes()
552 boot_times.system, in OnBootTimes()
553 boot_times.chrome); in OnBootTimes()
558 boot_times.total, in OnBootTimes()
559 boot_times.pre_startup, in OnBootTimes()
560 boot_times.system); in OnBootTimes()
Dbackground_view.h148 BootTimesLoader::Handle handle, BootTimesLoader::BootTimes boot_times);