[Freeciv-Dev] Re: (PR#2521) general effects framework
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Mon, 9 Dec 2002, Per I. Mathisen via RT wrote:
> Normal autogame:
> real 0m11.339s
> user 0m10.830s
> sys 0m0.110s
>
> Patch autogame:
> real 0m44.189s
> user 0m42.290s
> sys 0m0.870s
Actually, it is calls to auto_arrange_workers() that eats up all this CPU
time. I don't know why. Commenting out these calls, I get
real 0m19.630s
user 0m19.300s
sys 0m0.040s
as a result. But the results won't be correct unless we rearrange workers.
Maybe CM is faster?
- Per
[Freeciv-Dev] Re: (PR#2521) general effects framework, Per I. Mathisen via RT, 2002/12/09
|
|