Searched refs:SetRecordDuration (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | gc_stats.cpp | 422 SetRecordDuration(RecordDuration::SEMI_MIN_PAUSE, duration); in RecordStatisticAfterGC() 423 SetRecordDuration(RecordDuration::SEMI_MAX_PAUSE, duration); in RecordStatisticAfterGC() 425 SetRecordDuration(RecordDuration::SEMI_MIN_PAUSE, in RecordStatisticAfterGC() 427 SetRecordDuration(RecordDuration::SEMI_MAX_PAUSE, in RecordStatisticAfterGC() 442 SetRecordDuration(RecordDuration::YOUNG_MIN_PAUSE, duration); in RecordStatisticAfterGC() 443 SetRecordDuration(RecordDuration::YOUNG_MAX_PAUSE, duration); in RecordStatisticAfterGC() 445 SetRecordDuration(RecordDuration::YOUNG_MIN_PAUSE, in RecordStatisticAfterGC() 447 SetRecordDuration(RecordDuration::YOUNG_MAX_PAUSE, in RecordStatisticAfterGC() 463 SetRecordDuration(RecordDuration::OLD_MIN_PAUSE, duration); in RecordStatisticAfterGC() 464 SetRecordDuration(RecordDuration::OLD_MAX_PAUSE, duration); in RecordStatisticAfterGC() [all …]
|
D | gc_stats.h | 166 void SetRecordDuration(RecordDuration durationIdx, float value) in SetRecordDuration() function
|