Home
last modified time | relevance | path

Searched refs:GetCurrentOldSpaceAllocationThroughputPerMS (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmem_controller_test.cpp53 double mutatorSpeed1 = memController->GetCurrentOldSpaceAllocationThroughputPerMS(0); in HWTEST_F_L0()
62 double mutatorSpeed2 = memController->GetCurrentOldSpaceAllocationThroughputPerMS(0); in HWTEST_F_L0()
H A Dgc_second_test.cpp219 double mutatorSpeed = heap->GetMemController()->GetCurrentOldSpaceAllocationThroughputPerMS(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem_controller.h64 double GetCurrentOldSpaceAllocationThroughputPerMS(double timeMs = THROUGHPUT_TIME_FRAME_MS) const;
H A Dmem_controller.cpp264 double MemController::GetCurrentOldSpaceAllocationThroughputPerMS(double timeMs) const in GetCurrentOldSpaceAllocationThroughputPerMS() function in panda::ecmascript::MemController
H A Dheap.cpp1623 double mutatorSpeed = memController_->GetCurrentOldSpaceAllocationThroughputPerMS(); in RecomputeLimits()

Completed in 8 milliseconds