Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp273 const float accumulatedTime = accumulatedBufferCount_ * standardFrameTime; in UpdateJankFrame() local
274 …ameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - accumulatedTime); in UpdateJankFrame()
707 const float accumulatedTime = accumulatedBufferCount_ * S_TO_MS / dynamicRefreshRate; in RecordJankFrame() local
712 std::max<float>(0.f, GetEffectiveFrameTime(true) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()
722 … std::max<float>(0.f, GetEffectiveFrameTime(isFirstSetEnd_) - accumulatedTime) / VSYNC_PERIOD); in RecordJankFrame()