Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc502 const uint64_t suspend_time = end_time - start_time; in SuspendAll() local
503 suspend_all_historam_.AdjustAndAddValue(suspend_time); in SuspendAll()
504 if (suspend_time > kLongThreadSuspendThreshold) { in SuspendAll()
505 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time); in SuspendAll()