Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c120 static uint64_t stackshot_last_abs_end; /* end time of last stackshot */ variable
321 stackshot_last_abs_end = 0; in stackshot_trap()
325 stackshot_last_abs_end = mach_absolute_time(); in stackshot_trap()
327 stackshots_duration += (stackshot_last_abs_end - stackshot_last_abs_start); in stackshot_trap()
341 *last_abs_end = stackshot_last_abs_end; in stackshot_get_timing()