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

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc469 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime()));
529 std::to_string(NsToMs(heap->GetBlockingGcTime())))) {
/art/runtime/gc/
H A Dheap.h771 uint64_t GetBlockingGcTime() const;
H A Dheap.cc1030 os << "Total blocking GC time: " << PrettyDuration(GetBlockingGcTime()) << "\n";
1098 uint64_t Heap::GetBlockingGcTime() const { function in class:art::gc::Heap

Completed in 104 milliseconds