Speed up the time-scons.py "build" of SCons with compiled *.pyc files,
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 19 Dec 2009 16:11:40 +0000 (16:11 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 19 Dec 2009 16:11:40 +0000 (16:11 +0000)
commit9ed2283194ade37185e87bce08c252ded981b3fb
tree462d68a90bc2b065099b4919c856bd05c3e5028d
parentfe476995e2a94933bdb1b4e6d8af1784e565c453
Speed up the time-scons.py "build" of SCons with compiled *.pyc files,
by just invoking setup.py directly instead of packing and unpacking the
distributable .tar.gz file.

Refactor to be able to capture historical statistics (of previous
revisions) by preparing the "built" revision once and then running all
of the requested timing scripts, with output going to a separate log
file for each revision + script.

Fix TestSCons.py so that it interprets the scons script name to be tested
relative to the invoking directory, not always relative to src/script.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4568 fdb21ef1-2011-0410-befe-b5e4ea1792b1
QMTest/TestSCons.py
bin/time-scons.py