Home
last modified time | relevance | path

Searched refs:timing (Results 1 – 5 of 5) sorted by relevance

/system/extras/boottime_tools/bootanalyze/
DREADME.md3 The bootanalyze tool helps to profile boot timing.
/system/core/bootstat/
Dbootstat.cpp1041 for (const auto& timing : bootloader_timings) { in GetBootloaderTime() local
1042 total_time += timing.second; in GetBootloaderTime()
1053 for (const auto& timing : bootloader_timings) { in RecordBootloaderTimings() local
1054 total_time += timing.second; in RecordBootloaderTimings()
1055 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1067 for (const auto& timing : bootloader_timings) { in GetAbsoluteBootTime() local
1068 if (timing.first.compare("SW") != 0) { in GetAbsoluteBootTime()
1069 bootloader_time_ms += timing.second; in GetAbsoluteBootTime()
/system/sepolicy/public/
Dflags_health_check.te19 # wrong timing, trigger server configurable flag related disaster recovery, which will override
/system/sepolicy/prebuilts/api/29.0/public/
Dflags_health_check.te19 # wrong timing, trigger server configurable flag related disaster recovery, which will override
/system/core/init/
DREADME.md690 Boot timing
692 Init records some boot timing information in system properties.