PerformanceTest1 FPS counts (PC)

Started by
12 comments, last by JSelf 13 years, 2 months ago
Oh, for that matter I'll be running mostly in a single core, 2.6 ghz CPU with 1 Mb DDR2 RAM and a GForce 7300, with XP pro SP2. Got a better computer but I use that one just for gaming
Game making is godlike

LinkedIn profile: http://ar.linkedin.com/pub/andres-ricardo-chamarra/2a/28a/272


Advertisement
Empty, I hit about 14400. However, with the scary loop, I get around 27. Probably still better than Crysis Max'd out! :lol:
I'm 110% sure that this way of measuring performance is completely useless and inconclusive. Considering what's going on under the hood, a loop that iterates 100,000 times will definitely get JIT'ed away. JIT (Just-In-Time compilation) optimizes portions of your program that are hit many times, when the JIT kicks in and how much it improves are completely unpredictable. Also, this test only takes sequential CPU computation into consideration, no new objects are created per iteration so a computer with slow RAM performs just as well as a computer with super fast RAM, which is never the case in a real game. Also, the GPU is not benchmarked either, a 2ghz laptop running an integrated card will do just as well as a quad-core 2ghz with a state-of-the-art graphics card.
Good points, but we were merely posting numbers :)

This topic is closed to new replies.

Advertisement