You can get timing information on various aspects of the build using the command line option --debug=time SCons, as described in the SCons user pages
Here's an excerpt, you can read the rest in the link above:
--debug=time Prints various time profiling information: the time spent executing each individual build command; the total build time (time SCons ran from beginning to end); the total time spent reading and executing SConscript files; the total time spent SCons itself spend running (that is, not counting reading and executing SConscript files); and both the total time spent executing all build commands and the elapsed wall-clock time spent executing those build commands...
Brady source share