Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp135 static bool isQueueFull = false; in UpdateFPSByPreciseSamplingMethod() local
143 isQueueFull = false; in UpdateFPSByPreciseSamplingMethod()
153 if (!isQueueFull && (frameCount == SAMPLE_NUMBER)) { in UpdateFPSByPreciseSamplingMethod()
154 isQueueFull = true; in UpdateFPSByPreciseSamplingMethod()
160 if (isQueueFull) { in UpdateFPSByPreciseSamplingMethod()