$ cat /proc/ioports
$ cat /proc/iomem
$dd if=/dev/zero of=inputfile bs=8K count=100
100+0 records in 100+0 records out 819200 bytes (819 kB) copied, 0.010789 seconds, 75.9 MB/s
$ time code53 < inputfile > outputfile
| BUFFSIZE (byte) | User CPU (sec) | System CPU (sec) | Clock Time (sec) | # of loops |
| 1 | ||||
| 2 | ||||
| 4 | ||||
| 8 | ||||
| 16 | ||||
| 32 | ||||
| 64 | ||||
| 128 | ||||
| 256 | ||||
| 512 | ||||
| 1024 | ||||
| 2048 | ||||
| 4096 | ||||
| 8192 | ||||
| 16384 | ||||
| 32768 | ||||
| 65536 | ||||
| 131072 |