Searched refs:GetGcTime (Results 1 – 3 of 3) sorted by relevance
329 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal()397 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal()
853 uint64_t GetGcTime() const;
1226 os << "Total GC time: " << PrettyDuration(GetGcTime()) << "\n"; in DumpGcPerformanceInfo()1295 uint64_t Heap::GetGcTime() const { in GetGcTime() function in art::gc::Heap