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

I used this one:
http://www.appperfect.com/

The full version is only free for 15 days (which was enough to really help
me out a lot), after which the license reverts to a "Personal" edition (ie.
less features). Still, it's worth checking out...

Sadly (for me), the full version is just under $500 US, which puts it out of
my range, but it's still a very cool app... :)
-Mike

----- Original Message ----- 
From: "Stephen" <gp@xxxxxxxxxxxxxxxxxxxxxxxx>
To: <gameprogrammer@xxxxxxxxxxxxx>
Sent: Monday, October 24, 2005 12:31 PM
Subject: [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
>
>



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


Other related posts: