[gameprogrammer] Re: Java Advice - 2D RTS Graphics

Talking of profiling, can anyone recommend a good free profiler for Java? I've used the -Xrunhprof option, but needless to say its not the most user-friendly thing in the world!

Thanks in advance,

Stephen Smith


Mike Gillissie wrote:

A few weeks ago, I ran a profile on my code and saw exactly that - I was creating objects at an alarming rate, and my poor garbage collector was working overtime - spent a bunch of time optimizing the code to reuse objects where possible, to use a more efficient scope for other object variables, etc - still needs work... :)






--------------------- To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: