Searched refs:clockScope (Results 1 – 6 of 6) sorted by relevance
38 ClockScope clockScope; in RunPhases() local48 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticMixGC(concurrentMark_, clockScope.GetPauseTime(), f… in RunPhases()49 ECMA_GC_LOG() << "MixGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
39 [[maybe_unused]] ClockScope clockScope; in RunPhases() local51 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticSTWYoungGC(clockScope.GetPauseTime(), semiCopiedSiz… in RunPhases()53 ECMA_GC_LOG() << "STWYoungGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
35 ClockScope clockScope; in RunPhases() local46 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticFullGC(clockScope.GetPauseTime(), youngAndOldAliveS… in RunPhases()49 ECMA_GC_LOG() << "FullGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
137 ClockScope clockScope; in Run() local140 heap_->GetConcurrentMarker()->MarkingFinished(clockScope.TotalSpentTime()); in Run()
402 [[maybe_unused]] ClockScope clockScope; in CheckConcurrentMark() local407 ecmaVm_->GetEcmaGCStats()->StatisticConcurrentMarkWait(clockScope.GetPauseTime()); in CheckConcurrentMark()408 … ECMA_GC_LOG() << "wait concurrent marking finish pause time " << clockScope.TotalSpentTime(); in CheckConcurrentMark()
48 ClockScope clockScope; in Evacuate() local53 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentEvacuate(clockScope.GetPauseTime()); in Evacuate()