The International Simutrans Forum

Development => Technical Documentation => Topic started by: Dwachs on July 23, 2009, 07:07:00 AM

Title: Profiling under Linux
Post by: Dwachs on July 23, 2009, 07:07:00 AM
Quote from: gerw on July 13, 2009, 08:14:39 AM
Profiling with Linux is fairly easy:
1. edit config.default to set up profiling (PROFILE = 1)
2. make clean && make
3. start simutrans and quit after a while (maybe 2 or 3 months in fast forward)
4. you find a gmon.prof (if I remember correctly) in ~/simutrans
5. use "gprof executable gmon.prof > output" to generate the profile
Title: Re: Profiling under Linux
Post by: gerw on July 23, 2009, 07:14:37 AM
Maybe one also want to use profiling without graphics, it might be more accurate for measuring speed of internal routines but not of the graphic: http://forum.simutrans.com/index.php?topic=2468.0 (http://forum.simutrans.com/index.php?topic=2468.0)