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