Searched refs:stackshot_last_abs_end (Results 1 – 1 of 1) sorted by relevance
121 static uint64_t stackshot_last_abs_end; /* end time of last stackshot */ variable322 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()