Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc465 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal()
525 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal()
/art/runtime/gc/
Dheap.h845 uint64_t GetGcTime() const;
Dheap.cc1179 os << "Total GC time: " << PrettyDuration(GetGcTime()) << "\n"; in DumpGcPerformanceInfo()
1248 uint64_t Heap::GetGcTime() const { in GetGcTime() function in art::gc::Heap