Home
last modified time | relevance | path

Searched refs:IncreaseRecordDuration (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp452 IncreaseRecordDuration(RecordDuration::EDEN_TOTAL_PAUSE, duration); in RecordStatisticAfterGC()
472 IncreaseRecordDuration(RecordDuration::YOUNG_TOTAL_PAUSE, duration); in RecordStatisticAfterGC()
492 IncreaseRecordDuration(RecordDuration::OLD_TOTAL_PAUSE, duration); in RecordStatisticAfterGC()
509 IncreaseRecordDuration(RecordDuration::COMPRESS_TOTAL_PAUSE, duration); in RecordStatisticAfterGC()
757 IncreaseRecordDuration(RecordDuration::SHARED_TOTAL_PAUSE, duration); in RecordStatisticAfterGC()
H A Dgc_stats.h242 void IncreaseRecordDuration(RecordDuration durationIdx, float value) in IncreaseRecordDuration() function in panda::ecmascript::GCStats

Completed in 3 milliseconds