View Single Post
  #2  
Old 01-24-2004, 08:18 AM
Tertiary
Hill Giant
 
Join Date: Nov 2003
Posts: 192
Default

Well, if you are prepared to use Dev-C++, you can use gprof which comes with it. I have never used gprof before, but seeing your post I just recompiled world.exe with Dev-C++ with profiling enabled ( -pg option to compiler and linker). Here is the sort of output it gives you:

http://www.rama.demon.co.uk/worldprof.txt
Reply With Quote