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




--
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to