Searched refs:timing (Results 1 – 8 of 8) sorted by relevance
77 timing = float(sys.argv[3])78 print_sorted_all_events(events, timing)82 def print_sorted_all_events(file_events, timing): argument84 print_sorted_events(file_events[i], timing)86 def print_sorted_events(events, timing): argument88 if (events[word]) > timing:
16 required int64 timing = 3; field
130 record.timing = int(event[2])
1202 for (const auto& timing : bootloader_timings) { in GetBootloaderTime() local1203 total_time += timing.second; in GetBootloaderTime()1214 for (const auto& timing : bootloader_timings) { in RecordBootloaderTimings() local1215 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() local1229 if (timing.first.compare("SW") != 0) { in GetAbsoluteBootTime()1230 bootloader_time_ms += timing.second; in GetAbsoluteBootTime()
3 The bootanalyze tool helps to profile boot timing.
53 # wrong timing, trigger server configurable flag related disaster recovery, which will override
397 # tracked by buffer queue's frame event timing history. The property is set
893 Boot timing895 Init records some boot timing information in system properties.