Home
last modified time | relevance | path

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

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