[patch] profiling without graphics June 16, 2009, 05:24:10 pm With this patch (and compiling with PROFILE = 2) graphic will be disabled for more accurate profiling of the computational parts. Fast forward will be set directly. Usage of the switches "load" and "until" is recommended www.tu-chemnitz.de/~gerw/patches/profile.patch(stdlib.h in koord.h is needed when comiling without DEBUG, at least at ubuntu). Quote Selected
Re: [patch] profiling without graphics Reply #1 – June 16, 2009, 10:14:21 pm Since I need a server version for network without display, I planned the same stuff. But it must hide also the banner and must not use fast forward, thus same but different in this case ... Quote Selected
Re: [patch] profiling without graphics Reply #2 – June 17, 2009, 07:19:56 am The profiling version actually has a display, but it's not used. But for the server, it's of course better, when it hasn't a display at all. I guess, we need a simgraph0.cc with 0 bit graphic Should I have a look on it? Quote Selected
Re: [patch] profiling without graphics Reply #3 – June 17, 2009, 09:35:15 am I think most changes are rather needed to the event system and such, i.e. apart from not calling the update, there is also no need for an event loop. At least for windows and the SDL version. There could be a simsys_posix.cc or so, that takes care of that and simply just not init graphics (or only a default 64x64 pixel thing .... Because simgraphics is doing nothing really system related. It could be kept and not affecting the total system much. Quote Selected
Re: [patch] profiling without graphics Reply #4 – June 18, 2009, 03:47:53 pm New version tu-chemnitz.de/~gerw/patches/profile_v2.patch.It contains simgraph0 and simsys_posix, which provides a full 0-bit graphic Quote Selected
Re: [patch] profiling without graphics Reply #5 – June 18, 2009, 03:50:22 pm Ahh, zero-bit graphics: that's almost as good as monochrome ;-) Quote Selected
Re: [patch] profiling without graphics Reply #6 – August 30, 2009, 01:56:47 pm Small update. Could you apply this patch with Tortoise?http://www-user.tu-chemnitz.de/~gerw/patches/profile_v3.patch Quote Selected
Re: [patch] profiling without graphics Reply #7 – October 11, 2009, 09:13:10 pm In trunk.(stdlib.h is included in koord.h twice). Quote Selected