Thu, 26 Feb 2009 19:42:20 +0300, Sergey Gromov wrote: > Tue, 24 Feb 2009 14:08:26 -0500, Mason Green wrote: > >>> Have you profiled your D code? What has the profiling told you? Have you >>> seen where you allocate memory, to move such allocations away from inner >>> loops, or just reduce their number? > >> >> No, I have not profiled the D code other than using an FPS counter... :-) To >> be honest, I'm fairly light on experience when it comes to profiling. Do you >> have any suggestions on how to make it happen? > > The material seems lacking so I've started a series of posts on > profiling. Here's the first one: > > http://snakecoder.wordpress.com/2009/02/26/profiling-with-dmd-on-windows/ > > I already have some material for the second one, profiling Blaze. ;-)
And the second post: http://snakecoder.wordpress.com/2009/03/02/profiling-with-dmd-on-windows-getting-hands-dirty/ This one is more practical.
