summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2011-04-03git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...bart2-5/+6
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-07-01Remove the --all option from vg_perf. It's useless now that there arenjn1-17/+1
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn1-2/+2
2009-04-15Merge r9533..9536 (add tests/{asm.h,sys_mman.h,malloc.h} from the DARWINnjn3-7/+6
2009-03-10Updated copyright years.njn1-1/+1
2009-02-25Remove WERROR. It's not much use because getting Valgrind to build withoutnjn1-1/+1
2009-02-23Fix some more 'make check' warnings, ones that appear on non-Linuxnjn1-1/+1
2009-02-23Get rid of all "make check" compile warnings, except for the ones fromnjn2-12/+20
2009-02-19Various build system clean-ups and simplifications:njn1-2/+1
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