mapper.map(source, target);
}
long applicationUserTime = (System.currentTimeMillis() - start);
start = System.currentTimeMillis();
for (int i = 0; i < j; i++) {
Subscriber source = new Subscriber();
UpdateMember target = new UpdateMember();
mapper.map(source, target);
}
long subscriberTime = (System.currentTimeMillis() - start);
log.debug("Execution of " + j + " iterations times ApplicationUser = " + applicationUserTime + " Subscriber = "