logging
This commit is contained in:
parent
863343fdb6
commit
0f2ba172b1
|
@ -72,6 +72,7 @@ public class ByteRateOfChangeReports {
|
|||
ByteRateOfChange.TraceReport report = ByteRateOfChange.process(reportDestinationFolder, simpleFileName, logFileContent);
|
||||
reports.add(report);
|
||||
}, fileNameSuffix);
|
||||
System.out.println("Processing " + reports.size() + " report(s)");
|
||||
compareEachReportAgainstAllOthers(reports);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue