Searched refs:printCounter (Results 1 – 1 of 1) sorted by relevance
151 printCounter("instructions", cc.getInstructionCounter()); in execute()152 printCounter("branches", cc.getBranchCounter()); in execute()153 printCounter("lines", cc.getLineCounter()); in execute()154 printCounter("methods", cc.getMethodCounter()); in execute()155 printCounter("complexity", cc.getComplexityCounter()); in execute()169 private void printCounter(final String unit, final ICounter counter) { in printCounter() method in CoreTutorial