Searched refs:hitchTimeRatio (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_jank_stats.cpp | 638 …float hitchTimeRatio = jankFrames.totalHitchTimeSteady_ / (jankFrames.totalFrameTimeSteadyForHTR_ … in ReportEventHitchTimeRatioWithoutDelay() local 640 hitchTimeRatio, GetSceneDescription(info).c_str()); in ReportEventHitchTimeRatioWithoutDelay() 641 RSBackgroundThread::Instance().PostTask([jankFrames, info, beginVsyncTime, hitchTimeRatio]() { in ReportEventHitchTimeRatioWithoutDelay() 650 … static_cast<uint64_t>(jankFrames.totalHitchTimeSteady_), "HITCH_TIME_RATIO", hitchTimeRatio, in ReportEventHitchTimeRatioWithoutDelay() 663 float hitchTimeRatio = in ReportEventHitchTimeRatioWithDelay() local 666 hitchTimeRatio, GetSceneDescription(info).c_str()); in ReportEventHitchTimeRatioWithDelay() 667 RSBackgroundThread::Instance().PostTask([jankFrames, info, beginVsyncTime, hitchTimeRatio]() { in ReportEventHitchTimeRatioWithDelay() 676 … static_cast<uint64_t>(jankFrames.lastTotalHitchTimeSteady_), "HITCH_TIME_RATIO", hitchTimeRatio, in ReportEventHitchTimeRatioWithDelay()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 227 float hitchTimeRatio{0};
|