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.  ;-)

Reply via email to