Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dkern_stackshot.c122 static uint64_t stackshots_duration; /* total abs time spent in stackshot_trap() since b… variable
326 stackshots_duration += (stackshot_last_abs_end - stackshot_last_abs_start); in stackshot_trap()
342 *total_duration = stackshots_duration; in stackshot_get_timing()