Searched refs:young_total_time (Results 1 – 3 of 3) sorted by relevance
69 uint64_t young_total_time; in RunPhasesImpl() local75 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()
283 auto young_total_time = helpers::TimeConverter(young_total_time_hist.GetSum()); in GetYoungSpaceDump() local287 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()
77 uint64_t young_total_time; in RunPhasesImpl() local83 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()