Searched defs:boot_times (Results 1 - 2 of 2) sorted by relevance

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

Completed in 55 milliseconds