System.out.println("Component added time: " + timer.stop("componentAdded") + "ms");
/** System processing */
timer.start("systemProcessing");
engine.update(0);
System.out.println("System processing times " + timer.stop("systemProcessing") + "ms");
/** Removing entities */
timer.start("entitiesRemoved");