Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp568 EXPECT_EQ(rsJankStats->GetEffectiveFrameTimeFloat(false), 1);
570 EXPECT_EQ(rsJankStats->GetEffectiveFrameTimeFloat(false), 1);
571 EXPECT_EQ(rsJankStats->GetEffectiveFrameTimeFloat(true), 1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h170 float GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp298 …const float frameTimeForHTR = (IS_CALCULATE_PRECISE_HITCH_TIME ? GetEffectiveFrameTimeFloat(true) : in UpdateHitchTime()
899 float RSJankStats::GetEffectiveFrameTimeFloat(bool isConsiderRsStartTime) const in GetEffectiveFrameTimeFloat() function in OHOS::Rosen::RSJankStats