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

/art/runtime/native/
H A Ddalvik_system_VMDebug.cc453 std::string output = std::to_string(NsToMs(heap->GetGcTime()));
513 std::to_string(NsToMs(heap->GetGcTime())))) {
/art/runtime/gc/
H A Dheap.h769 uint64_t GetGcTime() const;
H A Dheap.cc1028 os << "Total GC time: " << PrettyDuration(GetGcTime()) << "\n";
1086 uint64_t Heap::GetGcTime() const { function in class:art::gc::Heap

Completed in 80 milliseconds