Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootanalyze/
H A Dbootanalyze.py343 logcat_event_time = extract_time(logcat_events, TIME_LOGCAT, float)
344 logcat_original_time = extract_time(logcat_events, TIME_LOGCAT, str);
345 dmesg_event_time = extract_time(dmesg_events, TIME_DMESG, float);
774 def extract_time(events, pattern, date_transform_function): function