Performance Testing
#1
If you have time, open an empty game and paste this in the script console without clicking play:
Code:
game:scheduleTask(function() local t = os.time(); for i=1, 1000 do p = create("Box"); p.Position = Vec2D(math.random(0, 1000), math.random(0, 500)); p.Fixed = true p.Parent = game.World end; print(os.time() - t)end)

Tell me what the number it prints is. Then zoom out until the whole world is visible, hold F7 and tell me your average FPS.
Reply


Messages In This Thread
Performance Testing - by Jacob__mybb_import1 - 06-10-2011, 09:19 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)