Searched refs:kSanityCheckLowerBound (Results 1 – 2 of 2) sorted by relevance
135 targetWorkDurationNanos > kSanityCheckLowerBound && in updateTargetWorkDuration()146 if (actualDurationNanos > kSanityCheckLowerBound && in reportActualWorkDuration()
74 static constexpr int64_t kSanityCheckLowerBound = 100_us; variable