Searched refs:totalFrames_ (Results 1 – 3 of 3) sorted by relevance
356 jankFramesTest3.totalFrames_ = 0;360 jankFramesTest3.totalFrames_ = 1;364 jankFramesTest3.totalFrames_ = 0;368 jankFramesTest3.totalFrames_ = 1;431 jankFrames.totalFrames_ = 1;
261 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()
65 int32_t totalFrames_ = 0; member