Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc648 const uint64_t suspend_time = end_time - start_time; in SuspendAll() local
649 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()