[CMake] FYI - From Ninja-build mailing list - Fwd: Proposal: restat rules
Arnaud Gelas
arnaud_gelas at hms.harvard.edu
Thu Oct 6 12:07:43 EDT 2011
Hi Bill,
Here are some timing, I made for ITK to compare ninja vs make (made
last month). See results below
The difference is not much, especially when you realized that none of
the data have been downloaded, and I am not sure that at the end we
get the same binary tree...
Encouraging matter of fact, it worked on ITK...
my 2 cts,
Arnaud
>
> Starting from scratch
>
> $ time make -j12
> real 18m20.479s
> user 205m51.536s
> sys 8m21.319s
>
> $ time ninja -j12
> real 18m1.246s
> user 205m23.438s
> sys 7m26.392
>
> adding one extra space in itk::Image
>
> $ time make -j12
> real 15m8.004s
> user 166m45.025s
> sys 6m13.991s
>
> $ time ninja -j12
> real 14m54.776s
> user 166m41.377s
> sys 5m31.129s
>
>
>
More information about the CMake
mailing list