Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h169 int64_t GetEffectiveFrameTime(bool isConsiderRsStartTime) const;
170 float GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp271 const bool isConsiderRsStartTime = in UpdateJankFrame() local
274 …const int64_t frameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - … in UpdateJankFrame()
888 int64_t RSJankStats::GetEffectiveFrameTime(bool isConsiderRsStartTime) const in GetEffectiveFrameTime()
890 if (isConsiderRsStartTime) { in GetEffectiveFrameTime()
899 float RSJankStats::GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const in GetEffectiveFrameTimeFloat()
901 if (isConsiderRsStartTime) { in GetEffectiveFrameTimeFloat()