Changes in benchmark/io/readv.cfa [77fde9d5:e235429]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/io/readv.cfa
r77fde9d5 re235429 96 96 97 97 char **left; 98 parse_args( opt, opt_cnt, "[OPTIONS]...\ncforall readvbenchmark", left );98 parse_args( opt, opt_cnt, "[OPTIONS]...\ncforall yield benchmark", left ); 99 99 100 100 if(kpollcp || odirect) { 101 101 if( (buflen % 512) != 0 ) { 102 102 fprintf(stderr, "Buffer length must be a multiple of 512 when using O_DIRECT, was %lu\n\n", buflen); 103 print_args_usage(opt, opt_cnt, "[OPTIONS]...\ncforall readvbenchmark", true);103 print_args_usage(opt, opt_cnt, "[OPTIONS]...\ncforall yield benchmark", true); 104 104 } 105 105 }
Note:
See TracChangeset
for help on using the changeset viewer.