summaryrefslogtreecommitdiffstats
path: root/timings/CPPPATH/TimeSCons-run.py
Commit message (Collapse)AuthorAgeFilesLines
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+1
| | | | | | | | | | | | | The 'buffer' fixer simply replaces 'buffer( ... )' with 'memoryview( ... )', which is incorrect for our cases, so these changes had to be done by hand and a forward-compatibility class added. The 'xrange' fixer was applied. Manual changes were minimal: a few case in test strings and one use of 'range' as an identifer in the same scope as where 'xrange' was converted to 'range'. The "sets15" compat function, which provided backward compatibility for Python versions prior to 2.2, was removed as no longer needed.
* Add a script for calibrating settings for timing configurations.Steven Knight2009-12-101-5/+18
| | | | | Update the timings scripts with calibrated settings that run a full build between 9.5 and 10.0 seconds on the buildbot slave.
* Infrastructure to support calibration runs of TimeSCons tests, whichSteven Knight2009-12-101-5/+3
| | | | | only run a full build and report back the values of any variables affecting the configuration, and the elapsed time of the full build.
* Capture initial infrastructure for working performance tests.Steven Knight2009-11-191-0/+44