Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp132 static int32_t deltaTimeQueue[SAMPLE_NUMBER] = {0}; in UpdateFPSByPreciseSamplingMethod() local
138 if (memset_s(deltaTimeQueue, sizeof(deltaTimeQueue), 0, sizeof(deltaTimeQueue)) != EOK) { in UpdateFPSByPreciseSamplingMethod()
157 sumDuration -= deltaTimeQueue[frameCount]; in UpdateFPSByPreciseSamplingMethod()
159 deltaTimeQueue[frameCount++] = deltaTime; in UpdateFPSByPreciseSamplingMethod()