Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp69 uint64_t young_total_time; in RunPhasesImpl() local
75 time::Timer timer(&young_total_time, true); in RunPhasesImpl()
80 if (young_total_time > 0) { in RunPhasesImpl()
81 this->GetStats()->AddTimeValue(young_total_time, TimeTypeStats::YOUNG_TOTAL_TIME); in RunPhasesImpl()
/ark/runtime_core/runtime/mem/gc/
Dgc_stats.cpp283 auto young_total_time = helpers::TimeConverter(young_total_time_hist.GetSum()); in GetYoungSpaceDump() local
287 statistic << "young " << GC_NAMES[ToIndex(gc_type)] << " total time: " << young_total_time in GetYoungSpaceDump()
293 << young_total_freed_obj / young_total_time.GetDoubleValue() << "objects/" in GetYoungSpaceDump()
294 << young_total_time.GetLiteral() << " / " in GetYoungSpaceDump()
295 … << helpers::MemoryConverter(young_total_freed_bytes / young_total_time.GetDoubleValue()) << "/" in GetYoungSpaceDump()
296 << young_total_time.GetLiteral() << "\n"; in GetYoungSpaceDump()
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp77 uint64_t young_total_time; in RunPhasesImpl() local
83 time::Timer timer(&young_total_time, true); in RunPhasesImpl()
89 if (young_total_time > 0) { in RunPhasesImpl()
90 this->GetStats()->AddTimeValue(young_total_time, TimeTypeStats::YOUNG_TOTAL_TIME); in RunPhasesImpl()