Add timestamp override to rocprofv2 and format Python
Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
@@ -33,6 +33,7 @@ def print_avail_arch(avail_arch: list):
|
||||
ret_str += "\n\t\t {}".format(arch)
|
||||
return ret_str
|
||||
|
||||
|
||||
def add_general_group(parser, omniperf_version):
|
||||
general_group = parser.add_argument_group("General Options")
|
||||
|
||||
@@ -55,6 +56,7 @@ def add_general_group(parser, omniperf_version):
|
||||
"-s", "--specs", action="store_true", help="Print system specs."
|
||||
)
|
||||
|
||||
|
||||
def omniarg_parser(parser, omniperf_home, supported_archs, omniperf_version):
|
||||
# -----------------------------------------
|
||||
# Parse arguments (dependent on mode)
|
||||
|
||||
Reference in New Issue
Block a user