Changeset d030e0c in mainline
- Timestamp:
- 2011-06-02T08:42:11Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6a7e497
- Parents:
- 1a86c50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bnchmark/bnchmark.c
r1a86c50 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.