summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-05-23 04:03:56 (GMT)
committerSteven Knight <knight@baldmt.com>2002-05-23 04:03:56 (GMT)
commitb87d8ee0fbcb2e9cbc804e29021a1202112f63c7 (patch)
tree15b89d621730638e0e6a23297f026a09c06b3516 /doc
parent5f5ba7d5fec6f804592da4cbc6434de70f1cac20 (diff)
downloadSCons-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.17
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.