//enter the end latch to wait on things finishing
endLatch.await();
int numberOfOperations = MAX_LOCK_ATTEMPTS*concurrency;
assertEquals("Incorrect incrementing!",numberOfOperations,operator.getValue());
timer.printResults();
}
private long guardedWork(Lock guard, UnsafeOperator operator) {
long start = System.currentTimeMillis();