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