Bill Hoffman wrote:
Filipe Sousa wrote:

Is that 6 minutes?? The test is to run make in a tree that has everything already built. We not trying to measure the speed of the compiler but rather the speed of make checking the depend information.

Oops!

There you go

*cmake version 2.7-20080325*

make

real    0m3.519s
user    0m6.100s
sys     0m1.314s

make -j5

real    0m3.514s
user    0m6.083s
sys     0m1.299s

*cmake 2.4.8*

make

real    0m2.777s
user    0m5.725s
sys     0m1.058s

make -j5

real    0m2.741s
user    0m5.767s
sys     0m1.038s


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to