diff --git a/projects/rocprofiler-compute/src/argparser.py b/projects/rocprofiler-compute/src/argparser.py index fa6b5be892..b3137d83ed 100644 --- a/projects/rocprofiler-compute/src/argparser.py +++ b/projects/rocprofiler-compute/src/argparser.py @@ -61,16 +61,17 @@ def omniarg_parser(parser, omniperf_home, supported_archs, omniperf_version): "profile", help="Profile the target application", usage=""" - \nomniperf profile --name [profile options] [roofline options] -- - \n\n------------------------------------------------------------------------------- - \nExamples: - \n\tomniperf profile -n vcopy_all -- ./vcopy -n 1048576 -b 256 - \n\tomniperf profile -n vcopy_SPI_TCC -b SQ TCC -- ./vcopy -n 1048576 -b 256 - \n\tomniperf profile -n vcopy_kernel -k vecCopy -- ./vcopy -n 1048576 -b 256 - \n\tomniperf profile -n vcopy_disp -d 0 -- ./vcopy -n 1048576 -b 256 - \n\tomniperf profile -n vcopy_roof --roof-only -- ./vcopy -n 1048576 -b 256 - \n-------------------------------------------------------------------------------\n +omniperf profile --name [profile options] [roofline options] -- + +--------------------------------------------------------------------------------- +Examples: +\tomniperf profile -n vcopy_all -- ./vcopy -n 1048576 -b 256 +\tomniperf profile -n vcopy_SPI_TCC -b SQ TCC -- ./vcopy -n 1048576 -b 256 +\tomniperf profile -n vcopy_kernel -k vecCopy -- ./vcopy -n 1048576 -b 256 +\tomniperf profile -n vcopy_disp -d 0 -- ./vcopy -n 1048576 -b 256 +\tomniperf profile -n vcopy_roof --roof-only -- ./vcopy -n 1048576 -b 256 +--------------------------------------------------------------------------------- """, prog="tool", allow_abbrev=False,