Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Ddalvik_system_VMDebug.cc345 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime())); in VMDebug_getRuntimeStatInternal()
413 std::to_string(NsToMs(heap->GetBlockingGcTime())))) { in VMDebug_getRuntimeStatsInternal()
/aosp12/art/runtime/gc/
H A Dheap.h855 uint64_t GetBlockingGcTime() const;
H A Dheap.cc1228 os << "Total blocking GC time: " << PrettyDuration(GetBlockingGcTime()) << "\n"; in DumpGcPerformanceInfo()
1307 uint64_t Heap::GetBlockingGcTime() const { in GetBlockingGcTime() function in art::gc::Heap