Searched refs:GetTotalGcCpuTime (Results 1 – 3 of 3) sorted by relevance
466 uint64_t GetTotalGcCpuTime();
1265 uint64_t Heap::GetTotalGcCpuTime() { in GetTotalGcCpuTime() function in art::gc::Heap1286 const double total_cpu_seconds = GetTotalGcCpuTime() / 1.0e9; in DumpGcPerformanceInfo()
385 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()