Update docs and --help menu to reflect new vcopy usage

Signed-off-by: colramos-amd <colramos@amd.com>


[ROCm/rocprofiler-compute commit: f5b8cff990]
This commit is contained in:
colramos-amd
2023-11-20 14:45:00 -06:00
parent c7e7b0df14
commit f6c49cda2d
3 changed files with 156 additions and 163 deletions
@@ -52,11 +52,11 @@ def omniarg_parser(parser, omniperf_home, omniperf_version):
\n\n-------------------------------------------------------------------------------
\nExamples:
\n\tomniperf profile -n vcopy_all -- ./vcopy 1048576 256
\n\tomniperf profile -n vcopy_SPI_TCC -b SQ TCC -- ./vcopy 1048576 256
\n\tomniperf profile -n vcopy_kernel -k vecCopy -- ./vcopy 1048576 256
\n\tomniperf profile -n vcopy_disp -d 0 -- ./vcopy 1048576 256
\n\tomniperf profile -n vcopy_roof --roof-only -- ./vcopy 1048576 256
\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
""",
prog="tool",