Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc2718 std::ostringstream pause_string; in LogGC() local
2720 pause_string << PrettyDuration((pause_times[i] / 1000) * 1000) in LogGC()
2729 << PrettySize(total_memory) << ", " << "paused " << pause_string.str() in LogGC()