aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_timer_perf.c
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2020-02-12 15:31:28 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2020-02-28 15:08:21 +0200
commit181773542664bddff206fedb62ba94c38118457d (patch)
tree99252c6ce8ebf656ef3ccabc7bdc6afd8290daf3 /test/performance/odp_timer_perf.c
parent324a2a2c7c1a9d35323483b679eedfebcb310827 (diff)
test: timer_perf: fix help text
Fixed copy-paste error from help text. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-and-tested-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'test/performance/odp_timer_perf.c')
-rw-r--r--test/performance/odp_timer_perf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/performance/odp_timer_perf.c b/test/performance/odp_timer_perf.c
index 5a2317aab..7834d4e56 100644
--- a/test/performance/odp_timer_perf.c
+++ b/test/performance/odp_timer_perf.c
@@ -79,9 +79,9 @@ test_global_t test_global;
static void print_usage(void)
{
printf("\n"
- "Scheduler performance test\n"
+ "Timer performance test\n"
"\n"
- "Usage: odp_sched_perf [options]\n"
+ "Usage: odp_timer_perf [options]\n"
"\n"
" -c, --num_cpu Number of CPUs (worker threads). 0: all available CPUs. Default: 1\n"
" -n, --num_tp Number of timer pools. Default: 1\n"