Searched refs:actualMatcher (Results 1 – 1 of 1) sorted by relevance
189 Matcher actualMatcher = ACTUAL_LOOP_COUNT_PATTERN.matcher(line); in parseOutputFile() local190 if (actualMatcher.matches()) { in parseOutputFile()191 actualCount = 1 + Integer.valueOf(actualMatcher.group(3)); in parseOutputFile()