Home
last modified time | relevance | path

Searched refs:GetTotalTimeWaitingForGC (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Ddalvik_system_VMDebug.cc363 std::string output = std::to_string(heap->GetTotalTimeWaitingForGC()); in VMDebug_getRuntimeStatInternal()
/art/runtime/gc/
Dheap.h858 uint64_t GetTotalTimeWaitingForGC() const { in GetTotalTimeWaitingForGC() function