summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-08-27updating licensing wordingdirk1-2/+2
2007-02-02Simplify some Perl.njn1-2/+2
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-28Avoid name clash on ppc64-linux.sewardj1-1/+1
2006-11-22An extension of the previous commit: the vg_perf --tools option is so usefulnjn9-26/+5
2006-11-22Add a useful --tools option to vg_perf, which lets you override the "tools"njn1-4/+12
2006-11-03Just use the first two letters of the toolname as the abbreviation.njn1-11/+4
2006-11-03Fix for nested subdirsnjn1-1/+3
2006-11-03Perf script: njn1-1/+2
2006-10-17AIX build fixes.sewardj1-10/+0
2006-10-17Merge r6207: sewardj1-4/+5
2006-10-17Merge r6205:sewardj1-1/+1
2006-10-17Merge r6216:sewardj1-11/+11
2006-10-17Merge r6121: Don't define uchar; it might already be defined.sewardj1-2/+1
2006-10-14Print native time to two places. Perhaps it would be better to adjustsewardj1-1/+1
2006-06-05Update copyright dates.sewardj1-1/+1
2006-04-06Fix vg_perf to work with older Valgrind versions.njn1-2/+5
2006-03-30Avoid compile warnings for tinycc.njn2-9/+11
2006-03-27Avoid unnecessary whitespace at end of printed lines.njn1-4/+4
2006-01-22Use the bz2 test in perf/ as a regression-test, just as a moderatelysewardj1-6/+40
2006-01-22rm unneeded headerssewardj3-42/+0
2006-01-09Unbreak make dist.sewardj1-1/+2
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj1-2/+5
2005-12-28In fbench, compute sin/cos/sqrt from "first principles", so that thesewardj2-3/+14
2005-12-26Attempt to make tinycc work on ppc32, by (1) getting rid of varioussewardj4-49/+5795
2005-12-25add extra note about tinyccnjn1-1/+3
2005-12-23Change default --reps value from 3 to 1.njn1-1/+1
2005-12-20Add a new performance benchmark: tinycc.njn6-4/+21909
2005-12-17Add a malloc/free stress test.njn5-3/+54
2005-12-15Improvments to vg_perf:njn1-2/+18
2005-12-15Make this work on platforms where r != x.sewardj1-2/+7
2005-12-14Added a stress test which measures the cost of translation.njn5-9/+101
2005-12-14Ensure that f() doesn't get inlined.njn1-1/+2
2005-12-14Add --vg option to vg_perf, which lets you specify one or more Valgrindsnjn1-48/+63
2005-12-13whoopsnjn1-1/+1
2005-12-13Added a --reps option to control how many times each program is run.njn1-5/+14
2005-12-13remove bogus whitespacenjn1-1/+1
2005-12-13Die if a performance benchmark is missing.njn1-1/+1
2005-12-13Use user time instead of wall-clock time.njn1-5/+5
2005-12-13File recording info about each performance benchmark.njn1-0/+34
2005-12-13Remove nanosleep and adjust iteration count and array size accordingly.sewardj1-8/+8
2005-12-13Abort the performance timings if any of the programs fail,njn1-3/+15
2005-12-13Make sarp return zero.njn1-1/+1
2005-12-13Add two new programs to the performance suite.njn6-3/+7363
2005-12-10First attempt at some performance tracking tools. Includes a script vg_perfnjn6-0/+817