Home
last modified time | relevance | path

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

/system/extras/perf_tools/
Dparse_timing.py77 timing = float(sys.argv[3])
78 print_sorted_all_events(events, timing)
82 def print_sorted_all_events(file_events, timing): argument
84 print_sorted_events(file_events[i], timing)
86 def print_sorted_events(events, timing): argument
88 if (events[word]) > timing:
Dreport.proto16 required int64 timing = 3; field
Dprogress_report.py130 record.timing = int(event[2])
/system/core/bootstat/
Dbootstat.cpp1202 for (const auto& timing : bootloader_timings) { in GetBootloaderTime() local
1203 total_time += timing.second; in GetBootloaderTime()
1214 for (const auto& timing : bootloader_timings) { in RecordBootloaderTimings() local
1215 total_time += timing.second; in RecordBootloaderTimings()
1216 boot_event_store->AddBootEventWithValue("boottime.bootloader." + timing.first, timing.second); in RecordBootloaderTimings()
1228 for (const auto& timing : bootloader_timings) { in GetAbsoluteBootTime() local
1229 if (timing.first.compare("SW") != 0) { in GetAbsoluteBootTime()
1230 bootloader_time_ms += timing.second; in GetAbsoluteBootTime()
/system/extras/boottime_tools/bootanalyze/
DREADME.md3 The bootanalyze tool helps to profile boot timing.
/system/sepolicy/private/
Dflags_health_check.te53 # wrong timing, trigger server configurable flag related disaster recovery, which will override
Dproperty_contexts397 # tracked by buffer queue's frame event timing history. The property is set
/system/core/init/
DREADME.md893 Boot timing
895 Init records some boot timing information in system properties.