News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

[patch] profiling without graphics

Started by gerw, June 16, 2009, 05:24:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gerw

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

prissi

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

gerw

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?

prissi

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.

gerw

New version tu-chemnitz.de/~gerw/patches/profile_v2.patch.

It contains simgraph0 and simsys_posix, which provides a full 0-bit graphic :D

jamespetts

Ahh, zero-bit graphics: that's almost as good as monochrome ;-)
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

gerw


gerw

In trunk.

(stdlib.h is included in koord.h twice).