Home | History | Annotate | Download | only in runtime

Lines Matching defs:suspend_time

648     const uint64_t suspend_time = end_time - start_time;
649 suspend_all_historam_.AdjustAndAddValue(suspend_time);
650 if (suspend_time > kLongThreadSuspendThreshold) {
651 LOG(WARNING) << "Suspending all threads took: " << PrettyDuration(suspend_time);