Home
last modified time | relevance | path

Searched refs:IDLE_CPU_USAGE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h175 static constexpr double IDLE_CPU_USAGE = 0.5f; variable
H A Dark_idle_monitor.cpp161 if (cpuUsage >= IDLE_CPU_USAGE) { in NotifyTryCompressGC()