Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/gc/
Dgc_stats.cpp49 auto total_time = ConvertTimeToPeriod(time::GetCurrentTimeInNanos() - start_time_, true); in GetFinalStatistics() local
64 if (total_time > duration_info.GetCountDifferent()) { in GetFinalStatistics()
65 duration_info.AddValue(0, total_time - duration_info.GetCountDifferent()); in GetFinalStatistics()
309 auto total_time = helpers::TimeConverter(total_time_hist.GetSum()); in GetAllSpacesDump() local
313 statistic << GC_NAMES[ToIndex(gc_type)] << " total time: " << total_time in GetAllSpacesDump()
319 … << total_freed_obj / total_time.GetDoubleValue() << "objects/" << total_time.GetLiteral() << " / " in GetAllSpacesDump()
320 << helpers::MemoryConverter(total_freed_bytes / total_time.GetDoubleValue()) << "/" in GetAllSpacesDump()
321 << total_time.GetLiteral() << "\n"; in GetAllSpacesDump()