Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dkern_stackshot.c120 static uint64_t stackshot_last_abs_end; /* end time of last stackshot */ variable
320 stackshot_last_abs_end = 0; in stackshot_trap()
324 stackshot_last_abs_end = mach_absolute_time(); in stackshot_trap()
326 stackshots_duration += (stackshot_last_abs_end - stackshot_last_abs_start); in stackshot_trap()
340 *last_abs_end = stackshot_last_abs_end; in stackshot_get_timing()