Skip to content

Commit

Permalink
TOOLS/PERF: Improve memory type usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourav Chakraborty committed Jan 7, 2020
1 parent 704dacb commit 72e53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/perf/perftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static void usage(const struct perftest_context *ctx, const char *program)
printf(" -s <size> list of scatter-gather sizes for single message (%zu)\n",
ctx->params.msg_size_list[0]);
printf(" for example: \"-s 16,48,8192,8192,14\"\n");
printf(" -m <mem type>[,<mem type>]\n");
printf(" -m <send mem type>[,<recv mem type>]\n");
printf(" memory type of message for sender and receiver (host)\n");
print_memory_type_usage();
printf(" -n <iters> number of iterations to run (%ld)\n", ctx->params.max_iter);
Expand Down

0 comments on commit 72e53c4

Please sign in to comment.