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