selfStartingMonitoringView.start();
}
List<CounterIncrementer> counterIncrementers = executeBenchmark(numThreads, iterations, counters);
if (startPcp) {
selfStartingMonitoringView.stop();
}
long timeTaken = System.currentTimeMillis() - begin;
report(startPcp, counters, timeTaken, counterIncrementers);