LOG.info("FYI, {} entries have been processed in {}s = {}lines/ms = {}ms/line",lineCount,processingTimeSeconds,((float)lineCount/stopWatch.getTime()),((float)stopWatch.getTime()/lineCount));
LOG.info("FYI, {} entries have been processed in {}s = {}lines/ms = {}ms/line",lineCount,processingTimeSeconds,((float)lineCount/stopWatch.getTime()),((float)stopWatch.getTime()/lineCount));