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