Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h1536 static constexpr int IDLE_TIME_LIMIT = 10; // if idle time over 10ms we can do something member in panda::panda::ecmascript::Heap
H A Dheap.cpp2214 if (idleMicroSec < idlePredictDuration_ && idleMicroSec < IDLE_TIME_LIMIT) { in TriggerIdleCollection()

Completed in 7 milliseconds