Home
last modified time | relevance | path

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

/system/extras/boottime_tools/bootanalyze/
DREADME.md3 The bootanalyze tool helps to profile boot timing.
/system/core/bootstat/
Dbootstat.cpp1176 for (const auto& timing : bootloader_timings) { in GetBootloaderTime() local
1177 total_time += timing.second; in GetBootloaderTime()
1188 for (const auto& timing : bootloader_timings) { in RecordBootloaderTimings() local
1189 total_time += timing.second; in RecordBootloaderTimings()
1190 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1202 for (const auto& timing : bootloader_timings) { in GetAbsoluteBootTime() local
1203 if (timing.first.compare("SW") != 0) { in GetAbsoluteBootTime()
1204 bootloader_time_ms += timing.second; in GetAbsoluteBootTime()
/system/sepolicy/prebuilts/api/29.0/public/
Dflags_health_check.te19 # wrong timing, trigger server configurable flag related disaster recovery, which will override
/system/sepolicy/public/
Dflags_health_check.te23 # wrong timing, trigger server configurable flag related disaster recovery, which will override
/system/sepolicy/prebuilts/api/30.0/public/
Dflags_health_check.te23 # wrong timing, trigger server configurable flag related disaster recovery, which will override
/system/sepolicy/prebuilts/api/30.0/private/
Dproperty_contexts253 # tracked by buffer queue's frame event timing history. The property is set
/system/sepolicy/private/
Dproperty_contexts253 # tracked by buffer queue's frame event timing history. The property is set
/system/core/init/
DREADME.md774 Boot timing
776 Init records some boot timing information in system properties.