From ba4bccbe0fac6fd5306ce5e4de06e9058a905dca Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 15 Mar 2024 09:24:34 -0500 Subject: [PATCH] tighten up [analyze] help to be consistent with [profile] help Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 357d225716aac31ab8f272b280ffd0200f5d6e0a] --- projects/rocprofiler-compute/src/argparser.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/rocprofiler-compute/src/argparser.py b/projects/rocprofiler-compute/src/argparser.py index 142bc79529..12b65326e1 100644 --- a/projects/rocprofiler-compute/src/argparser.py +++ b/projects/rocprofiler-compute/src/argparser.py @@ -390,14 +390,14 @@ Examples: "analyze", help="Analyze existing profiling results at command line", usage=""" - \nomniperf analyze --path [analyze options] +omniperf analyze --path [analyze options] - \n\n------------------------------------------------------------------------------- - \nExamples: - \n\tomniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a - \n\tomniperf analyze -p workloads/mixbench/mi200/ --dispatch 12 34 --decimal 3 - \n\tomniperf analyze -p workloads/mixbench/mi200/ --gui - \n-------------------------------------------------------------------------------\n +----------------------------------------------------------------------------------- +Examples: +\tomniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a +\tomniperf analyze -p workloads/mixbench/mi200/ --dispatch 12 34 --decimal 3 +\tomniperf analyze -p workloads/mixbench/mi200/ --gui +----------------------------------------------------------------------------------- """, prog="tool", allow_abbrev=False,