You dont need to fix it if it aint a problem. I love these kinds of remarks because you might flabberghast yourself if you'd simply profile the code. I'm sure given ES's complexity and very low render burden hardly any of your time is spent in the GL driver, so you can optimize away to your heart's content....if that ain't the bottleneck.....it wont amount to a nanosecond of performance gain.
qpHalcy0n wrote:You dont need to fix it if it aint a problem. I love these kinds of remarks because you might flabberghast yourself if you'd simply profile the code. I'm sure given ES's complexity and very low render burden hardly any of your time is spent in the GL driver, so you can optimize away to your heart's content....if that ain't the bottleneck.....it wont amount to a nanosecond of performance gain.
Oh, I completely agree.
I'm all about optimizing the shit out of things. I think it's interesting and fun, and it gives me a deverection. But I really can't justify halting my own progress to fix some outdated OpenGL code that is neatly encapsulated a layer of abstraction away and works fine on any PC I've ran it on... At least the DC and PSP have actual, noticeable performance improvements... I can at least tell myself that spending time on that stuff is beneficial...
i dont know if this applies, but testing something for 2ms vs 5ms isnt really a big enough test case. unless you meant you ran this over 1000 instances and it went from 2000ms to 5000ms
Where the target is 60Hz, which is generally considered very acceptable, you can spend no more than about 16ms per frame for render and logic combined. For instance, a very involved frame may take 8-12ms (12ms being the frame profile time for Crysis from a GPU profiling slide from Crytek) just for rendering. So for something where the rendering isn't particularly involved, 6ms->2ms is extremely significant. If I could juice 4ms out of my frame times I'd be an exceptionally happy man.