Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h441 uint64_t GetTotalGcCpuTime();
Dheap.cc1122 uint64_t Heap::GetTotalGcCpuTime() { in GetTotalGcCpuTime() function in art::gc::Heap
/art/runtime/
Druntime.cc346 uint64_t gc_cpu_time = heap_->GetTotalGcCpuTime(); in ~Runtime()