Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/aidl/
DSessionRecords.cpp70 bool cycleMissed = totalDurationUs > (targetDurationNs / 1000) * kJankCheckTimeFactor; in addReportedDurations() local
71 mRecords[mLatestRecordIndex] = CycleRecord{startIntervalUs, totalDurationUs, cycleMissed}; in addReportedDurations()
73 if (cycleMissed) { in addReportedDurations()