Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dkern_stackshot.c121 static uint64_t stackshot_last_abs_end; /* end time of last stackshot */ variable
322 stackshot_last_abs_end = 0; in stackshot_trap()
326 stackshot_last_abs_end = mach_absolute_time(); in stackshot_trap()
328 stackshots_duration += (stackshot_last_abs_end - stackshot_last_abs_start); in stackshot_trap()
342 *last_abs_end = stackshot_last_abs_end; in stackshot_get_timing()