Added command-line argument to use rocscope instead of rocprof

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


[ROCm/rocprofiler-compute commit: a09c720fe0]
This commit is contained in:
Keith Lowery
2022-12-13 11:29:45 +00:00
gecommit door coleramos425
bovenliggende 8a4aa173fe
commit 20ab8fdccb
@@ -126,6 +126,16 @@ def parse(my_parser):
help="\t\t\tProfile only the most time consuming kernels.",
)
profile_group.add_argument(
"-r",
"--use-rocscope",
required=False,
default=False,
action="store_true",
dest="use_rocscope",
help="\t\t\tUse rocscope for profiling",
)
profile_group.add_argument(
"-s",
"--kernel-summaries",