Searched defs:totalDuration (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DJankTracker.cpp114 int64_t totalDuration = frame.duration(sFrameStart, FrameInfoIndex::FrameCompleted); local
125 LOG_ALWAYS_FATAL_IF(forgiveAmount >= totalDuration,
127 ", total duration %" PRId64, forgiveAmount, totalDuration);
128 totalDuration -= forgiveAmount;
131 LOG_ALWAYS_FATAL_IF(totalDuration <= 0, "Impossible totalDuration %" PRId64, totalDuration);
132 mData->reportFrame(totalDuration);
133 (*mGlobalData)->reportFrame(totalDuration);
136 if (CC_LIKELY(totalDuration < mFrameInterva
[all...]
H A DFrameInfo.h156 inline int64_t totalDuration() const { function in class:android::uirenderer::FrameInfo

Completed in 34 milliseconds