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