Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/mem/
Dmix_gc.cpp38 ClockScope clockScope; in RunPhases() local
48 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticMixGC(concurrentMark_, clockScope.GetPauseTime(), f… in RunPhases()
49 ECMA_GC_LOG() << "MixGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
Dstw_young_gc_for_testing.cpp39 [[maybe_unused]] ClockScope clockScope; in RunPhases() local
51 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticSTWYoungGC(clockScope.GetPauseTime(), semiCopiedSiz… in RunPhases()
53 ECMA_GC_LOG() << "STWYoungGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
Dfull_gc.cpp35 ClockScope clockScope; in RunPhases() local
46 …heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticFullGC(clockScope.GetPauseTime(), youngAndOldAliveS… in RunPhases()
49 ECMA_GC_LOG() << "FullGC::RunPhases " << clockScope.TotalSpentTime(); in RunPhases()
Dconcurrent_marker.cpp137 ClockScope clockScope; in Run() local
140 heap_->GetConcurrentMarker()->MarkingFinished(clockScope.TotalSpentTime()); in Run()
Dheap.cpp402 [[maybe_unused]] ClockScope clockScope; in CheckConcurrentMark() local
407 ecmaVm_->GetEcmaGCStats()->StatisticConcurrentMarkWait(clockScope.GetPauseTime()); in CheckConcurrentMark()
408 … ECMA_GC_LOG() << "wait concurrent marking finish pause time " << clockScope.TotalSpentTime(); in CheckConcurrentMark()
Dparallel_evacuation.cpp48 ClockScope clockScope; in Evacuate() local
53 heap_->GetEcmaVM()->GetEcmaGCStats()->StatisticConcurrentEvacuate(clockScope.GetPauseTime()); in Evacuate()