aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dhrystone
AgeCommit message (Collapse)AuthorFilesLines
2017-03-21Clean up bmarks buildAndrew Waterman1-32/+0
2017-03-21Remove smips/host-debugging cruftAndrew Waterman1-48/+2
2016-07-07Don't use FPU in benchmarks that don't need to use the FPUAndrew Waterman1-1/+1
2016-03-14Rework benchmarks to run in M-modeAndrew Waterman1-2/+2
This broadens their utility and lets them use the M-mode counters directly.
2016-02-27remove malloc declaration from dhrystoneColin Schmidt1-1/+0
it was unused and causing issues when building with the linux toolchain
2015-05-01Fix dhrystone timing codeAndrew Waterman3-7/+7
2015-05-01Make dhrystone report correct-ish numbersAndrew Waterman3-111/+118
2015-01-09Add LICENSEAndrew Waterman3-0/+6
2015-01-04Avoid deprecated "b" pseudo-op; use "j" insteadAndrew Waterman1-2/+2
2014-02-06Clean up benchmarks; support uarch-specific countersAndrew Waterman3-16/+5
2013-10-10Benchmarks now run in user-mode.Christopher Celio1-14/+3
- Jump to main performed by eret. - Nano trap handler added. - FinishTest refactored to perform SYS_exit, placed in util.h. - Only SYS_exit with test_result=1 results in a passed test. - Any other exceptions/syscalls/test_results end program with FAILED test. - PCR status set to S64/U64 if compiled in 64b.
2013-08-23Reflect changes to ISAAndrew Waterman1-1/+1
Conflicts: isa/Makefile
2013-04-29benchmarks initial commitYunsup Lee4-0/+1082