summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-01-12 12:54:11 (GMT)
committerSteven Knight <knight@baldmt.com>2005-01-12 12:54:11 (GMT)
commit34130052fe144673646bdcdb035e64fd607ba934 (patch)
tree1bb260f5bc42e0d6cc579c6208289a1fcf236df0 /doc
parent0661f1edaf264db02f1c4ee499281cf04fb301f0 (diff)
downloadSCons-34130052fe144673646bdcdb035e64fd607ba934.zip
SCons-34130052fe144673646bdcdb035e64fd607ba934.tar.gz
SCons-34130052fe144673646bdcdb035e64fd607ba934.tar.bz2
More performance improvements?
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 9fc5a6a..0074dfb 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -537,6 +537,13 @@ $ scons --debug=includes foo.o
.EE
.TP
+--debug=memoizer
+Prints a summary of hits and misses in the Memoizer,
+the internal SCons subsystem for caching
+various values in memory instead of
+recomputing them each time they're needed.
+
+.TP
--debug=memory
Prints how much memory SCons uses
before and after reading the SConscript files