if (sample.size() > 0) {
if (!m_reportTimesToConsole) {
m_testStatisticsHelper.removeTestTimeFromSample(sample);
}
m_consoleSender.send(new ReportStatisticsMessage(sample));
}
sendStatusMessage(ProcessReport.STATE_RUNNING, m_threads.getNumberOfRunningThreads(),
m_threads.getTotalNumberOfThreads());
} catch (final CommunicationException e) {