[lldb-dev] MSBuild vs. Ninja build-timings on Windows

René J.V. Bertin rjvbertin at gmail.com
Fri Jan 2 15:23:46 PST 2015


On Friday January 02 2015 19:53:00 Zachary Turner wrote:

Thanks!

 
> Here are build timings on my local machine comparing Ninja against MSBuild
> on Windows.

That's for building lldb I presume? How does MSBuild compare to (GNU) make?

>                                              Ninja                MSBuild
> Clean Build                           0:11:4.16           0:14:4.33

That's a larger difference than I would have expected - it seems the time spent compiling is short compared to the time that could be spent tracking dependencies?

R



More information about the lldb-dev mailing list