cvs commit: src/test/cpuperf Makefile cpu_add.S cpu_call.S cpu_cmpadd.S cpu_cmpexg.S cpu_lcmpexg.S cputest.c src/test/sysperf blib.c blib.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 9 10:09:13 PST 2004
dillon 2004/02/09 10:08:57 PST
DragonFly src repository
Modified files:
test/sysperf blib.c blib.h
Added files:
test/cpuperf Makefile cpu_add.S cpu_call.S
cpu_cmpadd.S cpu_cmpexg.S cpu_lcmpexg.S
cputest.c
Log:
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.
Revision Changes Path
1.2 +17 -0 src/test/sysperf/blib.c
1.3 +1 -0 src/test/sysperf/blib.h
http://www.dragonflybsd.org/cvsweb/src/test/sysperf/blib.c.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/test/sysperf/blib.h.diff?r1=1.2&r2=1.3&f=h
More information about the Commits
mailing list