Python scripts to make repeated measurements of standalone
programs - cpu time, elapsed time, resident memory usage,
cpu load while a program is running.
1) Requirements
2) Software recommendations
3) Linux Quick Start [ Win32 Quick Start ]
4) Fixing problems
5) Making new measurements
6) Looking at the measurements
7) Remove (Reinstall)
8) It's simpler than it looks
9) How to measure a sequence of workloads (or just one workload)
10) How to make repeated measurements (or just one measurement)
11) How to add new versions of a program
12) How to add new language implementations
13) How to add new language implementations that require make
14) How to add new kinds of program
15) How to set different options for different kinds of program
The default script configuration only creates files in the bencher subdirectory.
1) REQUIREMENTS
Willingness to read the README
Willingness to write ini file name=value properties
Willingness to (sometimes) write make commands
Install Python 2.5+ (these are Python scripts)