Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp54 if (IS_CALCULATE_PRECISE_HITCH_TIME) { in SetOnVsyncStartTime()
146 if (IS_CALCULATE_PRECISE_HITCH_TIME) { in UpdateEndTime()
156 if (IS_CALCULATE_PRECISE_HITCH_TIME) { in UpdateEndTime()
174 if (IS_CALCULATE_PRECISE_HITCH_TIME) { in HandleDirectComposition()
298 …const float frameTimeForHTR = (IS_CALCULATE_PRECISE_HITCH_TIME ? GetEffectiveFrameTimeFloat(true) : in UpdateHitchTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h180 static constexpr bool IS_CALCULATE_PRECISE_HITCH_TIME = true; variable