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
#2
Printed: 0.7660000324249268

FPS: Swaps between about 71 and 90, with occasional extremes of 63 and 100.
Reply
#3
1.891 is the number it printed (rounded up)

and my fps was like 50
[Image: AmZJnA9.png]
Reply
#4
I would if FUCKING JAVA WORKED.
Reply
#5
Number: 0.281000137329106

FPS = 100 - 90
Reply
#6
1.438000202178900

30 on Average



Reply
#7
.671000003815, or something like that
FPS- 70-20
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#8
Print-out: .4960000514984131

FPS: between 90 - 110
Reply
#9
(06-10-2011, 11:32 PM)AK-47 Wrote: Print-out: .4960000514984131

FPS: between 90 - 110

Your computer might be faster than mine.

D:
Reply
#10
Yea, but then it made the blocks in a much slower time.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)