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

/art/runtime/gc/
H A Dheap.cc2655 std::ostringstream pause_string; local
2657 pause_string << PrettyDuration((pause_times[i] / 1000) * 1000)
2666 << PrettySize(total_memory) << ", " << "paused " << pause_string.str()

Completed in 58 milliseconds