Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_common.c182 uint64_t fault_end_time; in kdp_find_phys() local
187 fault_end_time = mach_absolute_time(); in kdp_find_phys()
190 fault_results->time_spent_faulting += fault_end_time - fault_start_time; in kdp_find_phys()