commit | 9159cf252995bb33a5eb139545997880d9396c85 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue Jun 12 13:13:57 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Jun 13 16:33:02 2018 +0100 |
tree | f33ccd90c4a26578217e0cbd892f52eeb8dd0c21 | |
parent | 5fa69e1d587a9d86fd54b11568cd3f57b0c3670f [diff] |
Add trace support to mathbench Previously only uniform random and linear (equidistant) input generators were supported. Now with "-g trace" numbers are read from stdin or with "-f file" they are read from file, so previously recorded call traces can be benchmarked. Only the first 8000 numbers are used and if there are less then the numbers are repeated to fill up the benchmark array.