Searched refs:suspend_time (Results 1 – 1 of 1) sorted by relevance
648 const uint64_t suspend_time = end_time - start_time; in SuspendAll() local649 suspend_all_historam_.AdjustAndAddValue(suspend_time); in SuspendAll()650 if (suspend_time > kLongThreadSuspendThreshold) { in SuspendAll()651 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time); in SuspendAll()