} else if (e.getEventType() == SimulatorEventType.STOPPED) {
computationTime = System.currentTimeMillis() - startTimeReal;
simulationTime = simulator.getCurrentTime() - startTimeSim;
} else if (e.getEventType() == RoadEventType.MOVE) {
final MoveEvent me = (MoveEvent) e;
increment(me.roadUser, me.pathProgress.distance.getValue()
.doubleValue());
totalDistance += me.pathProgress.distance.getValue().doubleValue();
// if we are closer than 10 cm to the depot, we say we are 'at'
// the depot