Hi Jussi, all,

On Tuesday 17 of February 2009, Jussi Pakkanen wrote:

> I don't have times for dmake, unfortunately. But hopefully someone
> familiar with OOo development can tell whether these times are ok or
> complete garbage.

Jussi was so kind to provide me with the appropriate CMakeLists.txt's, so I 
tried both CMake and build.pl/dmake combination on the Writer.  See the 
complete results below; the summary is that unfortunately it seems that it 
takes CMake much more time to realize that nothing has changed than it takes 
the build.pl/dmake combination.

For the build time, CMake has beaten build.pl/dmake, but it might very well 
have been due to the fact that the CMake build was compilation only, while 
build.pl/dmake was also processing the resource files, and all the other 
stuff that makes the full build of Writer - to be really sure, we would need 
CMakeLists.txt's that do a full build of Writer as well.

CMake
=====

build, -j1:

real    21m28.134s
user    13m45.400s
sys     2m40.594s

nothing to do, -j1:

real    1m9.247s
user    0m55.823s
sys     0m13.365s

nothing to do, -j8:

real    0m17.921s
user    1m26.833s
sys     0m28.518s

build.pl/dmake
==============

build, -P1:

real    25m16.165s
user    8m40.813s
sys     1m50.767s

nothing to do, -P1:

real    0m4.791s
user    0m3.584s
sys     0m1.156s

nothing to do, -P8:

real    0m1.190s
user    0m3.488s
sys     0m1.476s

[Notes: 'build' means how long does a build from scratch take; 'nothing to do' 
means how long does it take the tool to realize that everything is built and 
there's nothing to do.]

Regards,
Kendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to