tuning
This commit is contained in:
parent
1e2a5e9f31
commit
a320d37960
@ -5,7 +5,7 @@ DATAFILE="foo.dat"
|
||||
TMPFILE="/tmp/dd2data"
|
||||
|
||||
IMAGE="graphe.png"
|
||||
NB_READ=25
|
||||
NB_READ=9500
|
||||
|
||||
./t -vv -n ${NB_READ} -d ${DEVICE} | tee -a ${DATAFILE}
|
||||
|
||||
|
@ -30,7 +30,8 @@ for (count=0; count<iters; count++) {
|
||||
foo = getline_to(sfd, ligne, 100, 0);
|
||||
//
|
||||
if (verbosity > 1) {
|
||||
fprintf(stderr, "getline #%d -> %d\n", count, foo);
|
||||
fprintf(stderr, "getline #%d on %d -> %d\n",
|
||||
count, iters, foo);
|
||||
fprintf(stderr, "%s\n", ligne);
|
||||
}
|
||||
foo = parse4values(ligne, 'T', datas);
|
||||
|
Loading…
Reference in New Issue
Block a user