From 53c1dc354a89e44a635ba5a88b2ad51b0ef9fdf3 Mon Sep 17 00:00:00 2001 From: Philippe SWARTVAGHER <philippe.swartvagher@inria.fr> Date: Thu, 30 Sep 2021 08:37:54 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- testing/chameleon_ztesting.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c index 248269978..afadb9a6c 100644 --- a/testing/chameleon_ztesting.c +++ b/testing/chameleon_ztesting.c @@ -184,9 +184,12 @@ void print_usage( const char* prog_name ) " Timings are reported respectively as 'tsub' for the graph submission time, and 'time'\n" " for the execution time.\n" " By default the synchronous tile interface is used to perform the timings. 'tsub' is null.\n" - " If the --async option is enabled, then the _Async interface is called. 'tsub' reports\n" - " the task submission time, and 'time' the execution time that includes 'tsub'.\n" - " If the --splitsub option is enabled, then the _Async interface is called and task\n" + " If the --async option is enabled, then the asynchronous interface is called. 'tsub' reports +" + " the task submission time, and 'time' the execution time that includes 'tsub'. +" + " If the --splitsub option is enabled, then the asynchronous interface is called and task +" " submission is fully performed before starting the computation. 'tsub' reports the\n" " task submission time, and 'time' the execution time excluding 'tsub'.\n" " Note that the 'gflops' field is always computed with 'time'\n" ); -- GitLab