Home | History | Annotate | Download | only in bootstat

Lines Matching refs:total_time

888   int32_t total_time = 0;
890 total_time += timing.second;
893 return total_time;
900 int32_t total_time = 0;
902 total_time += timing.second;
906 boot_event_store->AddBootEventWithValue("boottime.bootloader.total", total_time);