Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h110 int64_t timeEndSteady_ = TIMESTAMP_INITIAL; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp169 rtStartTimeSteady_ = rsParams.timeEndSteady_; in HandleDirectComposition()
173 rtEndTimeSteady_ = rsParams.timeEndSteady_; in HandleDirectComposition()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_jank_stats_test.cpp95 rsParams.timeEndSteady_ = rsJankStats.GetCurrentSteadyTimeMs();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2746 .timeEndSteady_ = GetCurrentSteadyTimeMs(), in RSJankStatsOnVsyncEnd()