diff options
author | Steven Knight <knight@baldmt.com> | 2002-05-23 04:03:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-05-23 04:03:56 (GMT) |
commit | b87d8ee0fbcb2e9cbc804e29021a1202112f63c7 (patch) | |
tree | 15b89d621730638e0e6a23297f026a09c06b3516 /doc | |
parent | 5f5ba7d5fec6f804592da4cbc6434de70f1cac20 (diff) | |
download | SCons-b87d8ee0fbcb2e9cbc804e29021a1202112f63c7.zip SCons-b87d8ee0fbcb2e9cbc804e29021a1202112f63c7.tar.gz SCons-b87d8ee0fbcb2e9cbc804e29021a1202112f63c7.tar.bz2 |
Add --debug=time option. (Anthony Roach)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 7df959a..10ca9d1 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -341,6 +341,13 @@ Print the dependency tree after each top-level target is built. This prints out only derived files. .TP +.RI --debug=time +Prints various time profiling information: the time spent +executing each build command, the total build time, the total time spent +executing build commands, the total time spent executing SConstruct and +SConscript files, and the total time spent executing SCons itself. + +.TP -e, --environment-overrides Variables from the execution environment override construction variables from the configuration files. |