From 5272d9dc8106fd3518a19a14d85b10c035b2b62e Mon Sep 17 00:00:00 2001 From: Sriraksha Nagaraj Date: Wed, 29 Jun 2022 12:53:51 +0000 Subject: [PATCH] SWDEV-287352: Fixing typos in the rocprof --help description Change-Id: I39739e53e477c9e621da1b686e248b5d7aff5ad2 [ROCm/rocprofiler commit: c9efa4891e55c97759f778a592b5f971f605072b] --- projects/rocprofiler/bin/rpl_run.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh index 79a678afc9..ee5ded9458 100755 --- a/projects/rocprofiler/bin/rpl_run.sh +++ b/projects/rocprofiler/bin/rpl_run.sh @@ -148,13 +148,13 @@ usage() { echo "" echo " -o - output CSV file [.csv]" echo " -d - directory where profiler store profiling data including traces [/tmp]" - echo " The data directory is renoving autonatically if the directory is matching the temporary one, which is the default." + echo " The data directory is automatically removed if it is matching the default temporary directory." echo " -t - to change the temporary directory [/tmp]" echo " By changing the temporary directory you can prevent removing the profiling data from /tmp or enable removing from not '/tmp' directory." echo " -m - file defining custom metrics to use in-place of defaults." echo "" echo " --basenames - to turn on/off truncating of the kernel full function names till the base ones [off]" - echo " --timestamp - to turn on/off the kernel disoatches timestamps, dispatch/begin/end/complete [off]" + echo " --timestamp - to turn on/off the kernel dispatches timestamps, dispatch/begin/end/complete [off]" echo " --ctx-wait - to wait for outstanding contexts on profiler exit [on]" echo " --ctx-limit - maximum number of outstanding contexts [0 - unlimited]" echo " --heartbeat - to print progress heartbeats [0 - disabled]" @@ -185,11 +185,11 @@ usage() { echo " Supported time formats: " echo " --flush-rate - to enable trace flush rate (time period)" echo " Supported time formats: " - echo " --parallel-kernels - to enable cnocurrent kernels" + echo " --parallel-kernels - to enable concurrent kernels" echo "" echo "Configuration file:" - echo " You can set your parameters defaults preferences in the configuration file 'rpl_rc.xml'. The search path sequence: .:${HOME}:" - echo " First the configuration file is looking in the current directory, then in your home, and then in the package directory." + echo " You can set your parameters defaults preferences in the configuration file 'rpl_rc.xml'. The search path sequence: .:${HOME}:" + echo " First the configuration file is searched in the current directory, then in the current user's home directory, and then in the installation directory." echo " Configurable options: 'basenames', 'timestamp', 'ctx-limit', 'heartbeat', 'obj-tracking'." echo " An example of 'rpl_rc.xml':" echo "