Home
last modified time | relevance | path

Searched refs:totalFrames_ (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.cpp356 jankFramesTest3.totalFrames_ = 0;
360 jankFramesTest3.totalFrames_ = 1;
364 jankFramesTest3.totalFrames_ = 0;
368 jankFramesTest3.totalFrames_ = 1;
431 jankFrames.totalFrames_ = 1;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_jank_stats.cpp261 jankFrames.lastTotalFrames_ = jankFrames.totalFrames_; in UpdateJankFrame()
276 jankFrames.totalFrames_++; in UpdateJankFrame()
521 if (jankFrames.totalFrames_ <= 0) { in ReportEventJankFrameWithoutDelay()
526 …veFrameTimeSteady = jankFrames.totalFrameTimeSteady_ / static_cast<float>(jankFrames.totalFrames_); in ReportEventJankFrameWithoutDelay()
543 … "PAGE_URL", info.pageUrl, "TOTAL_FRAMES", jankFrames.totalFrames_, "TOTAL_MISSED_FRAMES", in ReportEventJankFrameWithoutDelay()
754 …imationAsyncTraces_.find(traceId) == animationAsyncTraces_.end() || jankFrames.totalFrames_ <= 0 || in RecordAnimationDynamicFrameRate()
759 float animationTotalFrames = static_cast<float>(jankFrames.totalFrames_); in RecordAnimationDynamicFrameRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_jank_stats.h65 int32_t totalFrames_ = 0; member