Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp192 const int64_t frameTime = GetEffectiveFrameTime(true); in SetRSJankStats()
274 …const int64_t frameDuration = std::max<int64_t>(0, GetEffectiveFrameTime(isConsiderRsStartTime) - … in UpdateJankFrame()
299 static_cast<float>(GetEffectiveFrameTime(true))); in UpdateHitchTime()
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()
888 int64_t RSJankStats::GetEffectiveFrameTime(bool isConsiderRsStartTime) const in GetEffectiveFrameTime() function in OHOS::Rosen::RSJankStats
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp259 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(false), 1);
262 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(false), 1);
264 EXPECT_EQ(rsJankStats->GetEffectiveFrameTime(true), 1);
/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;