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