Searched refs:suspend_time (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread_list.cc675 const uint64_t suspend_time = end_time - start_time; local
676 suspend_all_historam_.AdjustAndAddValue(suspend_time);
677 if (suspend_time > kLongThreadSuspendThreshold) {
678 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time);

Completed in 49 milliseconds