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