tighten up [analyze] help to be consistent with [profile] help
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 357d225716]
This commit is contained in:
committed by
Karl W. Schulz
parent
3a77ecadd3
commit
ba4bccbe0f
@@ -390,14 +390,14 @@ Examples:
|
|||||||
"analyze",
|
"analyze",
|
||||||
help="Analyze existing profiling results at command line",
|
help="Analyze existing profiling results at command line",
|
||||||
usage="""
|
usage="""
|
||||||
\nomniperf analyze --path <workload_path> [analyze options]
|
omniperf analyze --path <workload_path> [analyze options]
|
||||||
|
|
||||||
\n\n-------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------
|
||||||
\nExamples:
|
Examples:
|
||||||
\n\tomniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a
|
\tomniperf analyze -p workloads/vcopy/mi200/ --list-metrics gfx90a
|
||||||
\n\tomniperf analyze -p workloads/mixbench/mi200/ --dispatch 12 34 --decimal 3
|
\tomniperf analyze -p workloads/mixbench/mi200/ --dispatch 12 34 --decimal 3
|
||||||
\n\tomniperf analyze -p workloads/mixbench/mi200/ --gui
|
\tomniperf analyze -p workloads/mixbench/mi200/ --gui
|
||||||
\n-------------------------------------------------------------------------------\n
|
-----------------------------------------------------------------------------------
|
||||||
""",
|
""",
|
||||||
prog="tool",
|
prog="tool",
|
||||||
allow_abbrev=False,
|
allow_abbrev=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user