Searched refs:gc_cpu_time (Results 1 – 1 of 1) sorted by relevance
352 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime() local353 float ratio = static_cast<float>(gc_cpu_time) / process_cpu_time; in ~Runtime()354 LOG_STREAM(INFO) << "GC CPU time " << PrettyDuration(gc_cpu_time) in ~Runtime()