Add some basic in-pipeline instruction timing tests. Instruction timings
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 9 Feb 2004 18:08:57 +0000 (18:08 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 9 Feb 2004 18:08:57 +0000 (18:08 +0000)
commitb40d9440c17c9a29c1b57020aada7f43822ac354
tree610f59f792d5eaefa2d73f61653b44c61e320500
parent3b42e86334aed694aba3d3de07d34df65db545a5
Add some basic in-pipeline instruction timing tests.  Instruction timings
depend on many things, especially the pipeline, memory queues, and register
and memory ordering.  Timings are not absolute and should be used for
reference only.
test/cpuperf/Makefile [new file with mode: 0644]
test/cpuperf/cpu_add.S [new file with mode: 0644]
test/cpuperf/cpu_call.S [new file with mode: 0644]
test/cpuperf/cpu_cmpadd.S [new file with mode: 0644]
test/cpuperf/cpu_cmpexg.S [new file with mode: 0644]
test/cpuperf/cpu_lcmpexg.S [new file with mode: 0644]
test/cpuperf/cputest.c [new file with mode: 0644]
test/sysperf/blib.c
test/sysperf/blib.h