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