Searched refs:checkIntraPeriod (Results 1 – 3 of 3) sorted by relevance
200 static Status checkIntraPeriod(const Stats&, const RunConfig&);
181 Status Validator::checkIntraPeriod(const Stats& stats, const RunConfig& config) { in checkIntraPeriod() function in Utils::Validator
184 if (Validator::checkIntraPeriod(mStats, *mRunConfig) != OK) { in validate()