diff options
author | Steven Knight <knight@baldmt.com> | 2005-01-12 12:54:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-01-12 12:54:11 (GMT) |
commit | 34130052fe144673646bdcdb035e64fd607ba934 (patch) | |
tree | 1bb260f5bc42e0d6cc579c6208289a1fcf236df0 /doc/man/scons.1 | |
parent | 0661f1edaf264db02f1c4ee499281cf04fb301f0 (diff) | |
download | SCons-34130052fe144673646bdcdb035e64fd607ba934.zip SCons-34130052fe144673646bdcdb035e64fd607ba934.tar.gz SCons-34130052fe144673646bdcdb035e64fd607ba934.tar.bz2 |
More performance improvements?
Diffstat (limited to 'doc/man/scons.1')
-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 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 |