world.process();
SimpleProfiler simpleProfiler = SimpleProfiler.lastInstance;
Assert.assertNotNull(simpleProfiler);
simpleProfiler.validate();
Assert.assertEquals(2, simpleProfiler.startCount);
Assert.assertEquals(2, simpleProfiler.stopCount);
world.process();