Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h454 uint64_t GetTotalGcCpuTime();
Dheap.cc1134 uint64_t Heap::GetTotalGcCpuTime() { in GetTotalGcCpuTime() function in art::gc::Heap
1155 const double total_cpu_seconds = GetTotalGcCpuTime() / 1.0e9; in DumpGcPerformanceInfo()
/art/runtime/
Druntime.cc352 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()