timing - How can I measure the build time for each component of a scons build? -
I have a large C ++ project that is built using a scan. Its building is slow and I want to make some changes to make it faster, now I want to focus my time on accelerating parts of the building which is slow.
How can I work, which files are going to compile for the longest time?
I know that this question is outdated, and has already been accepted, but recent In the same way it has been referred to with the second question. I think a more elegant solution would be to use the SCON - debug = time
command line option, as outlined in it.
Comments
Post a Comment