Home
last modified time | relevance | path

Searched refs:total_time_hist (Results 1 – 1 of 1) sorted by relevance

/ark/runtime_core/runtime/mem/gc/
Dgc_stats.cpp308 auto &total_time_hist = time_stats_[ToIndex(TimeTypeStats::ALL_TOTAL_TIME)]; in GetAllSpacesDump() local
309 auto total_time = helpers::TimeConverter(total_time_hist.GetSum()); in GetAllSpacesDump()
314 << " mean time: " << helpers::TimeConverter(total_time_hist.GetAvg()) << "\n"; in GetAllSpacesDump()