view c/read_lseek/README @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents cd6ac4ce5c3c
children
line wrap: on
line source

(2013.11.11)
一括readと分割readの時間比較のためのプログラム

"Usage : ./read_lseek [-file filename] [-b -d]"

-b bulk read(一括read)
-d divide read(分割read)

ONE_TASK_READ_SIZE にて分割サイズを変更できる。