Changes in uspace/app/bnchmark/bnchmark.c [423f64f:d030e0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bnchmark/bnchmark.c
r423f64f rd030e0c 210 210 static void syntax_print(void) 211 211 { 212 fprintf(stderr, "syntax: bnchmark<iterations> <test type> <log-str> <path>\n");213 fprintf(stderr, " <iterations> number of times to run a given test ");214 fprintf(stderr, " <test-type> one of: ");215 fprintf(stderr, " sequential-file-read ");216 fprintf(stderr, " sequential-dir-read ");217 fprintf(stderr, " <log-str> a string to attach to results ");218 fprintf(stderr, " <path> file/directory to use for testing ");212 fprintf(stderr, "syntax: " NAME " <iterations> <test type> <log-str> <path>\n"); 213 fprintf(stderr, " <iterations> number of times to run a given test\n"); 214 fprintf(stderr, " <test-type> one of:\n"); 215 fprintf(stderr, " sequential-file-read\n"); 216 fprintf(stderr, " sequential-dir-read\n"); 217 fprintf(stderr, " <log-str> a string to attach to results\n"); 218 fprintf(stderr, " <path> file/directory to use for testing\n"); 219 219 } 220 220
Note:
See TracChangeset
for help on using the changeset viewer.